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