backtype.storm.generated
Class DistributedRPCInvocations.Client
java.lang.Object
org.apache.thrift.TServiceClient
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
| 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 |
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)
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.