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