Package org.apache.storm.generated
Class DistributedRPCInvocations.Client
java.lang.Object
org.apache.storm.thrift.TServiceClient
org.apache.storm.generated.DistributedRPCInvocations.Client
- All Implemented Interfaces:
- DistributedRPCInvocations.Iface
- Enclosing class:
- DistributedRPCInvocations
public static class DistributedRPCInvocations.Client
extends org.apache.storm.thrift.TServiceClient
implements DistributedRPCInvocations.Iface
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class org.apache.storm.thrift.TServiceClientiprot_, oprot_, seqid_
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfailRequest(String id) voidfetchRequest(String functionName) voidvoidvoidvoidvoidvoidvoidsend_fetchRequest(String functionName) voidsend_result(String id, String result) Methods inherited from class org.apache.storm.thrift.TServiceClientgetInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
- 
Constructor Details- 
Clientpublic Client(org.apache.storm.thrift.protocol.TProtocol prot) 
- 
Clientpublic Client(org.apache.storm.thrift.protocol.TProtocol iprot, org.apache.storm.thrift.protocol.TProtocol oprot) 
 
- 
- 
Method Details- 
resultpublic void result(String id, String result) throws AuthorizationException, org.apache.storm.thrift.TException - Specified by:
- resultin interface- DistributedRPCInvocations.Iface
- Throws:
- AuthorizationException
- org.apache.storm.thrift.TException
 
- 
send_result- Throws:
- org.apache.storm.thrift.TException
 
- 
recv_result- Throws:
- AuthorizationException
- org.apache.storm.thrift.TException
 
- 
fetchRequestpublic DRPCRequest fetchRequest(String functionName) throws AuthorizationException, org.apache.storm.thrift.TException - Specified by:
- fetchRequestin interface- DistributedRPCInvocations.Iface
- Throws:
- AuthorizationException
- org.apache.storm.thrift.TException
 
- 
send_fetchRequest- Throws:
- org.apache.storm.thrift.TException
 
- 
recv_fetchRequestpublic DRPCRequest recv_fetchRequest() throws AuthorizationException, org.apache.storm.thrift.TException- Throws:
- AuthorizationException
- org.apache.storm.thrift.TException
 
- 
failRequestpublic void failRequest(String id) throws AuthorizationException, org.apache.storm.thrift.TException - Specified by:
- failRequestin interface- DistributedRPCInvocations.Iface
- Throws:
- AuthorizationException
- org.apache.storm.thrift.TException
 
- 
send_failRequest- Throws:
- org.apache.storm.thrift.TException
 
- 
recv_failRequest- Throws:
- AuthorizationException
- org.apache.storm.thrift.TException
 
- 
failRequestV2public void failRequestV2(String id, DRPCExecutionException e) throws AuthorizationException, org.apache.storm.thrift.TException - Specified by:
- failRequestV2in interface- DistributedRPCInvocations.Iface
- Throws:
- AuthorizationException
- org.apache.storm.thrift.TException
 
- 
send_failRequestV2public void send_failRequestV2(String id, DRPCExecutionException e) throws org.apache.storm.thrift.TException - Throws:
- org.apache.storm.thrift.TException
 
- 
recv_failRequestV2- Throws:
- AuthorizationException
- org.apache.storm.thrift.TException
 
 
-