Uses of Class
org.apache.storm.generated.BeginDownloadResult
-
Packages that use BeginDownloadResult Package Description org.apache.storm org.apache.storm.blobstore org.apache.storm.daemon.nimbus org.apache.storm.generated -
-
Uses of BeginDownloadResult in org.apache.storm
Methods in org.apache.storm that return BeginDownloadResult Modifier and Type Method Description BeginDownloadResult
LocalCluster. beginBlobDownload(String key)
-
Uses of BeginDownloadResult in org.apache.storm.blobstore
Constructors in org.apache.storm.blobstore with parameters of type BeginDownloadResult Constructor Description NimbusDownloadInputStream(BeginDownloadResult beginBlobDownload)
-
Uses of BeginDownloadResult in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that return BeginDownloadResult Modifier and Type Method Description BeginDownloadResult
Nimbus. beginBlobDownload(String key)
-
Uses of BeginDownloadResult in org.apache.storm.generated
Methods in org.apache.storm.generated that return BeginDownloadResult Modifier and Type Method Description BeginDownloadResult
Nimbus.Client. beginBlobDownload(String key)
BeginDownloadResult
Nimbus.Iface. beginBlobDownload(String key)
BeginDownloadResult
BeginDownloadResult. deepCopy()
BeginDownloadResult
Nimbus.beginBlobDownload_result. get_success()
BeginDownloadResult
Nimbus.AsyncClient.beginBlobDownload_call. getResult()
BeginDownloadResult
Nimbus.Client. recv_beginBlobDownload()
Methods in org.apache.storm.generated that return types with arguments of type BeginDownloadResult Modifier and Type Method Description org.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 BeginDownloadResult Modifier and Type Method Description int
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 BeginDownloadResult Modifier and Type Method Description void
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 BeginDownloadResult Constructor Description beginBlobDownload_result(BeginDownloadResult success, AuthorizationException aze, KeyNotFoundException knf)
BeginDownloadResult(BeginDownloadResult other)
Performs a deep copy on other.Constructor parameters in org.apache.storm.generated with type arguments of type BeginDownloadResult Constructor Description beginBlobDownload_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)
-