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