Uses of Class
org.apache.storm.blobstore.BlobStoreFile
-
Packages that use BlobStoreFile Package Description org.apache.storm.blobstore org.apache.storm.hdfs.blobstore -
-
Uses of BlobStoreFile in org.apache.storm.blobstore
Subclasses of BlobStoreFile in org.apache.storm.blobstore Modifier and Type Class Description class
LocalFsBlobStoreFile
Constructors in org.apache.storm.blobstore with parameters of type BlobStoreFile Constructor Description BlobStoreFileInputStream(BlobStoreFile part)
BlobStoreFileOutputStream(BlobStoreFile part)
-
Uses of BlobStoreFile in org.apache.storm.hdfs.blobstore
Subclasses of BlobStoreFile in org.apache.storm.hdfs.blobstore Modifier and Type Class Description class
HdfsBlobStoreFile
Methods in org.apache.storm.hdfs.blobstore that return BlobStoreFile Modifier and Type Method Description BlobStoreFile
HdfsBlobStoreImpl. read(String key)
Get an input stream for reading a part.BlobStoreFile
HdfsBlobStoreImpl. write(String key, boolean create)
Get an object tied to writing the data.Methods in org.apache.storm.hdfs.blobstore that return types with arguments of type BlobStoreFile Modifier and Type Method Description protected Iterator<BlobStoreFile>
HdfsBlobStoreImpl. listBlobStoreFiles(org.apache.hadoop.fs.Path path)
-