Uses of Class
org.apache.storm.generated.ReadableBlobMeta
Packages that use ReadableBlobMeta
Package
Description
-
Uses of ReadableBlobMeta in org.apache.storm
Methods in org.apache.storm that return ReadableBlobMeta -
Uses of ReadableBlobMeta in org.apache.storm.blobstore
Methods in org.apache.storm.blobstore that return ReadableBlobMetaModifier 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
Methods in org.apache.storm.daemon.nimbus that return ReadableBlobMeta -
Uses of ReadableBlobMeta in org.apache.storm.generated
Methods in org.apache.storm.generated that return ReadableBlobMetaModifier 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()
Methods in org.apache.storm.generated that return types with arguments of type ReadableBlobMetaModifier and TypeMethodDescriptionorg.apache.storm.thrift.async.AsyncMethodCallback<ReadableBlobMeta>
Nimbus.AsyncProcessor.getBlobMeta.getResultHandler
(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in org.apache.storm.generated with parameters of type ReadableBlobMetaModifier and TypeMethodDescriptionint
ReadableBlobMeta.compareTo
(ReadableBlobMeta other) boolean
ReadableBlobMeta.equals
(ReadableBlobMeta that) void
Nimbus.getBlobMeta_result.set_success
(ReadableBlobMeta success) Method parameters in org.apache.storm.generated with type arguments of type ReadableBlobMetaModifier 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) Constructors in org.apache.storm.generated with parameters of type ReadableBlobMetaModifierConstructorDescriptiongetBlobMeta_result
(ReadableBlobMeta success, AuthorizationException aze, KeyNotFoundException knf) ReadableBlobMeta
(ReadableBlobMeta other) Performs a deep copy on other.Constructor parameters in org.apache.storm.generated with type arguments of type ReadableBlobMetaModifierConstructorDescriptiongetBlobMeta_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
Methods in org.apache.storm.hdfs.blobstore that return ReadableBlobMetaModifier and TypeMethodDescriptionHdfsBlobStore.getBlobMeta
(String key, Subject who) HdfsClientBlobStore.getBlobMeta
(String key) -
Uses of ReadableBlobMeta in org.apache.storm.utils
Methods in org.apache.storm.utils with parameters of type ReadableBlobMetaModifier and TypeMethodDescriptionstatic boolean
ServerUtils.canUserReadBlob
(ReadableBlobMeta meta, String user, Map<String, Object> conf)