Uses of Class
org.apache.storm.blobstore.LocalFsBlobStoreFile
-
Packages that use LocalFsBlobStoreFile Package Description org.apache.storm.blobstore -
-
Uses of LocalFsBlobStoreFile in org.apache.storm.blobstore
Methods in org.apache.storm.blobstore that return LocalFsBlobStoreFile Modifier and Type Method Description LocalFsBlobStoreFile
FileBlobStoreImpl. read(String key)
Get an input stream for reading a part.LocalFsBlobStoreFile
FileBlobStoreImpl. write(String key, boolean create)
Get an object tied to writing the data.Methods in org.apache.storm.blobstore that return types with arguments of type LocalFsBlobStoreFile Modifier and Type Method Description protected Iterator<LocalFsBlobStoreFile>
FileBlobStoreImpl. listBlobStoreFiles(File path)
-