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