backtype.storm.generated
Class DistributedRPCInvocations.Client

java.lang.Object
  extended by org.apache.thrift.TServiceClient
      extended by backtype.storm.generated.DistributedRPCInvocations.Client
All Implemented Interfaces:
DistributedRPCInvocations.Iface
Enclosing class:
DistributedRPCInvocations

public static class DistributedRPCInvocations.Client
extends org.apache.thrift.TServiceClient
implements DistributedRPCInvocations.Iface


Nested Class Summary
static class DistributedRPCInvocations.Client.Factory
           
 
Field Summary
 
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_
 
Constructor Summary
DistributedRPCInvocations.Client(org.apache.thrift.protocol.TProtocol prot)
           
DistributedRPCInvocations.Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
           
 
Method Summary
 void failRequest(String id)
           
 DRPCRequest fetchRequest(String functionName)
           
 void recv_failRequest()
           
 DRPCRequest recv_fetchRequest()
           
 void recv_result()
           
 void result(String id, String result)
           
 void send_failRequest(String id)
           
 void send_fetchRequest(String functionName)
           
 void send_result(String id, String result)
           
 
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

DistributedRPCInvocations.Client

public DistributedRPCInvocations.Client(org.apache.thrift.protocol.TProtocol prot)

DistributedRPCInvocations.Client

public DistributedRPCInvocations.Client(org.apache.thrift.protocol.TProtocol iprot,
                                        org.apache.thrift.protocol.TProtocol oprot)
Method Detail

result

public void result(String id,
                   String result)
            throws org.apache.thrift.TException
Specified by:
result in interface DistributedRPCInvocations.Iface
Throws:
org.apache.thrift.TException

send_result

public void send_result(String id,
                        String result)
                 throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_result

public void recv_result()
                 throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

fetchRequest

public DRPCRequest fetchRequest(String functionName)
                         throws org.apache.thrift.TException
Specified by:
fetchRequest in interface DistributedRPCInvocations.Iface
Throws:
org.apache.thrift.TException

send_fetchRequest

public void send_fetchRequest(String functionName)
                       throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_fetchRequest

public DRPCRequest recv_fetchRequest()
                              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

failRequest

public void failRequest(String id)
                 throws org.apache.thrift.TException
Specified by:
failRequest in interface DistributedRPCInvocations.Iface
Throws:
org.apache.thrift.TException

send_failRequest

public void send_failRequest(String id)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_failRequest

public void recv_failRequest()
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.