Uses of Class
org.apache.storm.generated.Nimbus.isRemoteBlobExists_args
-
Packages that use Nimbus.isRemoteBlobExists_args Package Description org.apache.storm.generated -
-
Uses of Nimbus.isRemoteBlobExists_args in org.apache.storm.generated
Methods in org.apache.storm.generated that return Nimbus.isRemoteBlobExists_args Modifier and Type Method Description Nimbus.isRemoteBlobExists_args
Nimbus.isRemoteBlobExists_args. deepCopy()
Nimbus.isRemoteBlobExists_args
Nimbus.AsyncProcessor.isRemoteBlobExists. getEmptyArgsInstance()
Nimbus.isRemoteBlobExists_args
Nimbus.Processor.isRemoteBlobExists. getEmptyArgsInstance()
Methods in org.apache.storm.generated with parameters of type Nimbus.isRemoteBlobExists_args Modifier and Type Method Description int
Nimbus.isRemoteBlobExists_args. compareTo(Nimbus.isRemoteBlobExists_args other)
boolean
Nimbus.isRemoteBlobExists_args. equals(Nimbus.isRemoteBlobExists_args that)
Nimbus.isRemoteBlobExists_result
Nimbus.Processor.isRemoteBlobExists. getResult(I iface, Nimbus.isRemoteBlobExists_args args)
void
Nimbus.AsyncProcessor.isRemoteBlobExists. start(I iface, Nimbus.isRemoteBlobExists_args args, org.apache.storm.thrift.async.AsyncMethodCallback<Boolean> resultHandler)
Constructors in org.apache.storm.generated with parameters of type Nimbus.isRemoteBlobExists_args Constructor Description isRemoteBlobExists_args(Nimbus.isRemoteBlobExists_args other)
Performs a deep copy on other.
-