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