Package org.apache.storm.generated
Class DistributedRPC.Client
java.lang.Object
org.apache.storm.thrift.TServiceClient
org.apache.storm.generated.DistributedRPC.Client
- All Implemented Interfaces:
- DistributedRPC.Iface
- Enclosing class:
- DistributedRPC
public static class DistributedRPC.Client
extends org.apache.storm.thrift.TServiceClient
implements DistributedRPC.Iface
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class org.apache.storm.thrift.TServiceClientiprot_, oprot_, seqid_
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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- 
executepublic String execute(String functionName, String funcArgs) throws DRPCExecutionException, AuthorizationException, org.apache.storm.thrift.TException - Specified by:
- executein interface- DistributedRPC.Iface
- Throws:
- DRPCExecutionException
- AuthorizationException
- org.apache.storm.thrift.TException
 
- 
send_executepublic void send_execute(String functionName, String funcArgs) throws org.apache.storm.thrift.TException - Throws:
- org.apache.storm.thrift.TException
 
- 
recv_executepublic String recv_execute() throws DRPCExecutionException, AuthorizationException, org.apache.storm.thrift.TException- Throws:
- DRPCExecutionException
- AuthorizationException
- org.apache.storm.thrift.TException
 
 
-