Class FileSystemPackagesStorage
java.lang.Object
org.apache.pulsar.packages.management.storage.filesystem.FileSystemPackagesStorage
- All Implemented Interfaces:
PackagesStorage
Packages management storage implementation with filesystem.
-
Method Summary
Modifier and TypeMethodDescriptiondataPath()deleteAsync(String path) existAsync(String path) voidreadAsync(String path, OutputStream outputStream) writeAsync(String path, InputStream inputStream)
-
Method Details
-
initialize
public void initialize()- Specified by:
initializein interfacePackagesStorage
-
writeAsync
- Specified by:
writeAsyncin interfacePackagesStorage
-
readAsync
- Specified by:
readAsyncin interfacePackagesStorage
-
deleteAsync
- Specified by:
deleteAsyncin interfacePackagesStorage
-
listAsync
- Specified by:
listAsyncin interfacePackagesStorage
-
existAsync
- Specified by:
existAsyncin interfacePackagesStorage
-
closeAsync
- Specified by:
closeAsyncin interfacePackagesStorage
-
dataPath
- Specified by:
dataPathin interfacePackagesStorage
-