Uses of Class
org.apache.storm.generated.ReadableBlobMeta
Package
Description
-
Uses of ReadableBlobMeta in org.apache.storm
-
Uses of ReadableBlobMeta in org.apache.storm.blobstore
Modifier and TypeMethodDescriptionabstract ReadableBlobMeta
BlobStore.getBlobMeta
(String key, Subject who) Gets the current version of metadata for a blob to be viewed by the user or downloaded by the supervisor.abstract ReadableBlobMeta
ClientBlobStore.getBlobMeta
(String key) Client facing API to read the metadata information.LocalFsBlobStore.getBlobMeta
(String key, Subject who) LocalModeClientBlobStore.getBlobMeta
(String key) NimbusBlobStore.getBlobMeta
(String key) -
Uses of ReadableBlobMeta in org.apache.storm.daemon.nimbus
-
Uses of ReadableBlobMeta in org.apache.storm.generated
Modifier and TypeMethodDescriptionReadableBlobMeta.deepCopy()
Nimbus.getBlobMeta_result.get_success()
Nimbus.Client.getBlobMeta
(String key) Nimbus.Iface.getBlobMeta
(String key) Nimbus.AsyncClient.getBlobMeta_call.getResult()
Nimbus.Client.recv_getBlobMeta()
Modifier and TypeMethodDescriptionorg.apache.storm.thrift.async.AsyncMethodCallback<ReadableBlobMeta>
Nimbus.AsyncProcessor.getBlobMeta.getResultHandler
(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Modifier and TypeMethodDescriptionint
ReadableBlobMeta.compareTo
(ReadableBlobMeta other) boolean
ReadableBlobMeta.equals
(ReadableBlobMeta that) void
Nimbus.getBlobMeta_result.set_success
(ReadableBlobMeta success) Modifier and TypeMethodDescriptionvoid
Nimbus.AsyncClient.getBlobMeta
(String key, org.apache.storm.thrift.async.AsyncMethodCallback<ReadableBlobMeta> resultHandler) void
Nimbus.AsyncIface.getBlobMeta
(String key, org.apache.storm.thrift.async.AsyncMethodCallback<ReadableBlobMeta> resultHandler) void
Nimbus.AsyncProcessor.getBlobMeta.start
(I iface, Nimbus.getBlobMeta_args args, org.apache.storm.thrift.async.AsyncMethodCallback<ReadableBlobMeta> resultHandler) ModifierConstructorDescriptiongetBlobMeta_result
(ReadableBlobMeta success, AuthorizationException aze, KeyNotFoundException knf) ReadableBlobMeta
(ReadableBlobMeta other) Performs a deep copy on other.ModifierConstructorDescriptiongetBlobMeta_call
(String key, org.apache.storm.thrift.async.AsyncMethodCallback<ReadableBlobMeta> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport) -
Uses of ReadableBlobMeta in org.apache.storm.hdfs.blobstore
Modifier and TypeMethodDescriptionHdfsBlobStore.getBlobMeta
(String key, Subject who) HdfsClientBlobStore.getBlobMeta
(String key) -
Uses of ReadableBlobMeta in org.apache.storm.utils
Modifier and TypeMethodDescriptionstatic boolean
ServerUtils.canUserReadBlob
(ReadableBlobMeta meta, String user, Map<String, Object> conf)