Uses of Class
org.apache.storm.generated.Nimbus.beginBlobDownload_args
-
Packages that use Nimbus.beginBlobDownload_args Package Description org.apache.storm.generated -
-
Uses of Nimbus.beginBlobDownload_args in org.apache.storm.generated
Methods in org.apache.storm.generated that return Nimbus.beginBlobDownload_args Modifier and Type Method Description Nimbus.beginBlobDownload_args
Nimbus.beginBlobDownload_args. deepCopy()
Nimbus.beginBlobDownload_args
Nimbus.AsyncProcessor.beginBlobDownload. getEmptyArgsInstance()
Nimbus.beginBlobDownload_args
Nimbus.Processor.beginBlobDownload. getEmptyArgsInstance()
Methods in org.apache.storm.generated with parameters of type Nimbus.beginBlobDownload_args Modifier and Type Method Description int
Nimbus.beginBlobDownload_args. compareTo(Nimbus.beginBlobDownload_args other)
boolean
Nimbus.beginBlobDownload_args. equals(Nimbus.beginBlobDownload_args that)
Nimbus.beginBlobDownload_result
Nimbus.Processor.beginBlobDownload. getResult(I iface, Nimbus.beginBlobDownload_args args)
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 Nimbus.beginBlobDownload_args Constructor Description beginBlobDownload_args(Nimbus.beginBlobDownload_args other)
Performs a deep copy on other.
-