Uses of Class
org.apache.storm.blobstore.InputStreamWithMeta
-
Packages that use InputStreamWithMeta Package Description org.apache.storm.blobstore org.apache.storm.hdfs.blobstore -
-
Uses of InputStreamWithMeta in org.apache.storm.blobstore
Subclasses of InputStreamWithMeta in org.apache.storm.blobstore Modifier and Type Class Description protected class
BlobStore.BlobStoreFileInputStream
Input stream implementation used for writing both the metadata containing the acl information and the blob data.class
NimbusBlobStore.NimbusDownloadInputStream
Methods in org.apache.storm.blobstore that return InputStreamWithMeta Modifier and Type Method Description abstract InputStreamWithMeta
BlobStore. getBlob(String key, Subject who)
Gets the InputStream to read the blob details.abstract InputStreamWithMeta
ClientBlobStore. getBlob(String key)
Client facing API to read a blob.InputStreamWithMeta
LocalFsBlobStore. getBlob(String key, Subject who)
InputStreamWithMeta
LocalModeClientBlobStore. getBlob(String key)
InputStreamWithMeta
NimbusBlobStore. getBlob(String key)
-
Uses of InputStreamWithMeta in org.apache.storm.hdfs.blobstore
Methods in org.apache.storm.hdfs.blobstore that return InputStreamWithMeta Modifier and Type Method Description InputStreamWithMeta
HdfsBlobStore. getBlob(String key, Subject who)
InputStreamWithMeta
HdfsClientBlobStore. getBlob(String key)
-