Uses of Class
org.apache.storm.generated.BeginDownloadResult
Package
Description
-
Uses of BeginDownloadResult in org.apache.storm
-
Uses of BeginDownloadResult in org.apache.storm.blobstore
-
Uses of BeginDownloadResult in org.apache.storm.daemon.nimbus
-
Uses of BeginDownloadResult in org.apache.storm.generated
Modifier 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()
Modifier and TypeMethodDescriptionorg.apache.storm.thrift.async.AsyncMethodCallback<BeginDownloadResult>
Nimbus.AsyncProcessor.beginBlobDownload.getResultHandler
(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Modifier and TypeMethodDescriptionint
BeginDownloadResult.compareTo
(BeginDownloadResult other) boolean
BeginDownloadResult.equals
(BeginDownloadResult that) void
Nimbus.beginBlobDownload_result.set_success
(BeginDownloadResult success) Modifier 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) ModifierConstructorDescriptionbeginBlobDownload_result
(BeginDownloadResult success, AuthorizationException aze, KeyNotFoundException knf) Performs a deep copy on other.ModifierConstructorDescriptionbeginBlobDownload_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)