Package org.apache.storm.generated
Interface DistributedRPCInvocations.AsyncIface
- All Known Implementing Classes:
- DistributedRPCInvocations.AsyncClient
- Enclosing class:
- DistributedRPCInvocations
public static interface DistributedRPCInvocations.AsyncIface
- 
Method SummaryModifier and TypeMethodDescriptionvoidfailRequest(String id, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) voidfailRequestV2(String id, DRPCExecutionException e, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) voidfetchRequest(String functionName, org.apache.storm.thrift.async.AsyncMethodCallback<DRPCRequest> resultHandler) voidresult(String id, String result, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) 
- 
Method Details- 
resultvoid result(String id, String result, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.storm.thrift.TException - Throws:
- org.apache.storm.thrift.TException
 
- 
fetchRequestvoid fetchRequest(String functionName, org.apache.storm.thrift.async.AsyncMethodCallback<DRPCRequest> resultHandler) throws org.apache.storm.thrift.TException - Throws:
- org.apache.storm.thrift.TException
 
- 
failRequestvoid failRequest(String id, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.storm.thrift.TException - Throws:
- org.apache.storm.thrift.TException
 
- 
failRequestV2void failRequestV2(String id, DRPCExecutionException e, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.storm.thrift.TException - Throws:
- org.apache.storm.thrift.TException
 
 
-