Package org.apache.storm.generated
Interface DistributedRPCInvocations.Iface
- All Known Subinterfaces:
- ILocalDRPC
- All Known Implementing Classes:
- DistributedRPCInvocations.Client,- DRPCInvocationsClient,- DRPCThrift,- LocalDRPC
- Enclosing class:
- DistributedRPCInvocations
public static interface DistributedRPCInvocations.Iface
- 
Method SummaryModifier and TypeMethodDescriptionvoidfailRequest(String id) voidfetchRequest(String functionName) void
- 
Method Details- 
resultvoid result(String id, String result) throws AuthorizationException, org.apache.storm.thrift.TException - Throws:
- AuthorizationException
- org.apache.storm.thrift.TException
 
- 
fetchRequestDRPCRequest fetchRequest(String functionName) throws AuthorizationException, org.apache.storm.thrift.TException - Throws:
- AuthorizationException
- org.apache.storm.thrift.TException
 
- 
failRequest- Throws:
- AuthorizationException
- org.apache.storm.thrift.TException
 
- 
failRequestV2void failRequestV2(String id, DRPCExecutionException e) throws AuthorizationException, org.apache.storm.thrift.TException - Throws:
- AuthorizationException
- org.apache.storm.thrift.TException
 
 
-