backtype.storm.generated
Class DistributedRPC.Client
java.lang.Object
org.apache.thrift.TServiceClient
backtype.storm.generated.DistributedRPC.Client
- All Implemented Interfaces:
- DistributedRPC.Iface
- Enclosing class:
- DistributedRPC
public static class DistributedRPC.Client
- extends org.apache.thrift.TServiceClient
- implements DistributedRPC.Iface
| Fields inherited from class org.apache.thrift.TServiceClient |
iprot_, oprot_, seqid_ |
| Methods inherited from class org.apache.thrift.TServiceClient |
getInputProtocol, getOutputProtocol, receiveBase, sendBase |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistributedRPC.Client
public DistributedRPC.Client(org.apache.thrift.protocol.TProtocol prot)
DistributedRPC.Client
public DistributedRPC.Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot)
execute
public String execute(String functionName,
String funcArgs)
throws DRPCExecutionException,
org.apache.thrift.TException
- Specified by:
execute in interface DistributedRPC.Iface
- Throws:
DRPCExecutionException
org.apache.thrift.TException
send_execute
public void send_execute(String functionName,
String funcArgs)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
recv_execute
public String recv_execute()
throws DRPCExecutionException,
org.apache.thrift.TException
- Throws:
DRPCExecutionException
org.apache.thrift.TException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.