Uses of Class
org.apache.storm.generated.DistributedRPCInvocations.fetchRequest_result
-
Packages that use DistributedRPCInvocations.fetchRequest_result Package Description org.apache.storm.generated -
-
Uses of DistributedRPCInvocations.fetchRequest_result in org.apache.storm.generated
Methods in org.apache.storm.generated that return DistributedRPCInvocations.fetchRequest_result Modifier and Type Method Description DistributedRPCInvocations.fetchRequest_result
DistributedRPCInvocations.fetchRequest_result. deepCopy()
DistributedRPCInvocations.fetchRequest_result
DistributedRPCInvocations.Processor.fetchRequest. getResult(I iface, DistributedRPCInvocations.fetchRequest_args args)
Methods in org.apache.storm.generated with parameters of type DistributedRPCInvocations.fetchRequest_result Modifier and Type Method Description int
DistributedRPCInvocations.fetchRequest_result. compareTo(DistributedRPCInvocations.fetchRequest_result other)
boolean
DistributedRPCInvocations.fetchRequest_result. equals(DistributedRPCInvocations.fetchRequest_result that)
Constructors in org.apache.storm.generated with parameters of type DistributedRPCInvocations.fetchRequest_result Constructor Description fetchRequest_result(DistributedRPCInvocations.fetchRequest_result other)
Performs a deep copy on other.
-