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