backtype.storm.generated
Class DistributedRPC.Client

java.lang.Object
  extended by org.apache.thrift.TServiceClient
      extended by 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


Nested Class Summary
static class DistributedRPC.Client.Factory
           
 
Field Summary
 
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_
 
Constructor Summary
DistributedRPC.Client(org.apache.thrift.protocol.TProtocol prot)
           
DistributedRPC.Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
           
 
Method Summary
 String execute(String functionName, String funcArgs)
           
 String recv_execute()
           
 void send_execute(String functionName, String funcArgs)
           
 
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
 

Constructor Detail

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)
Method Detail

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.