Uses of Class
org.apache.storm.generated.BeginDownloadResult
Packages that use BeginDownloadResult
Package
Description
-
Uses of BeginDownloadResult in org.apache.storm
Methods in org.apache.storm that return BeginDownloadResult -
Uses of BeginDownloadResult in org.apache.storm.blobstore
Constructors in org.apache.storm.blobstore with parameters of type BeginDownloadResult -
Uses of BeginDownloadResult in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that return BeginDownloadResult -
Uses of BeginDownloadResult in org.apache.storm.generated
Methods in org.apache.storm.generated that return BeginDownloadResultModifier and TypeMethodDescriptionNimbus.Client.beginBlobDownload
(String key) Nimbus.Iface.beginBlobDownload
(String key) BeginDownloadResult.deepCopy()
Nimbus.beginBlobDownload_result.get_success()
Nimbus.AsyncClient.beginBlobDownload_call.getResult()
Nimbus.Client.recv_beginBlobDownload()
Methods in org.apache.storm.generated that return types with arguments of type BeginDownloadResultModifier and TypeMethodDescriptionorg.apache.storm.thrift.async.AsyncMethodCallback<BeginDownloadResult>
Nimbus.AsyncProcessor.beginBlobDownload.getResultHandler
(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in org.apache.storm.generated with parameters of type BeginDownloadResultModifier and TypeMethodDescriptionint
BeginDownloadResult.compareTo
(BeginDownloadResult other) boolean
BeginDownloadResult.equals
(BeginDownloadResult that) void
Nimbus.beginBlobDownload_result.set_success
(BeginDownloadResult success) Method parameters in org.apache.storm.generated with type arguments of type BeginDownloadResultModifier and TypeMethodDescriptionvoid
Nimbus.AsyncClient.beginBlobDownload
(String key, org.apache.storm.thrift.async.AsyncMethodCallback<BeginDownloadResult> resultHandler) void
Nimbus.AsyncIface.beginBlobDownload
(String key, org.apache.storm.thrift.async.AsyncMethodCallback<BeginDownloadResult> resultHandler) void
Nimbus.AsyncProcessor.beginBlobDownload.start
(I iface, Nimbus.beginBlobDownload_args args, org.apache.storm.thrift.async.AsyncMethodCallback<BeginDownloadResult> resultHandler) Constructors in org.apache.storm.generated with parameters of type BeginDownloadResultModifierConstructorDescriptionbeginBlobDownload_result
(BeginDownloadResult success, AuthorizationException aze, KeyNotFoundException knf) Performs a deep copy on other.Constructor parameters in org.apache.storm.generated with type arguments of type BeginDownloadResultModifierConstructorDescriptionbeginBlobDownload_call
(String key, org.apache.storm.thrift.async.AsyncMethodCallback<BeginDownloadResult> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport)