Package org.apache.storm.generated
Class DistributedRPCInvocations.AsyncClient
java.lang.Object
org.apache.storm.thrift.async.TAsyncClient
org.apache.storm.generated.DistributedRPCInvocations.AsyncClient
- All Implemented Interfaces:
DistributedRPCInvocations.AsyncIface
- Enclosing class:
- DistributedRPCInvocations
public static class DistributedRPCInvocations.AsyncClient
extends org.apache.storm.thrift.async.TAsyncClient
implements DistributedRPCInvocations.AsyncIface
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
-
Field Summary
Fields inherited from class org.apache.storm.thrift.async.TAsyncClient
___currentMethod, ___manager, ___protocolFactory, ___transport
-
Constructor Summary
ConstructorDescriptionAsyncClient
(org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.async.TAsyncClientManager clientManager, org.apache.storm.thrift.transport.TNonblockingTransport transport) -
Method Summary
Modifier and TypeMethodDescriptionvoid
failRequest
(String id, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) void
failRequestV2
(String id, DRPCExecutionException e, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) void
fetchRequest
(String functionName, org.apache.storm.thrift.async.AsyncMethodCallback<DRPCRequest> resultHandler) void
result
(String id, String result, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) Methods inherited from class org.apache.storm.thrift.async.TAsyncClient
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
-
Constructor Details
-
AsyncClient
public AsyncClient(org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.async.TAsyncClientManager clientManager, org.apache.storm.thrift.transport.TNonblockingTransport transport)
-
-
Method Details
-
result
public void result(String id, String result, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.storm.thrift.TException - Specified by:
result
in interfaceDistributedRPCInvocations.AsyncIface
- Throws:
org.apache.storm.thrift.TException
-
fetchRequest
public void fetchRequest(String functionName, org.apache.storm.thrift.async.AsyncMethodCallback<DRPCRequest> resultHandler) throws org.apache.storm.thrift.TException - Specified by:
fetchRequest
in interfaceDistributedRPCInvocations.AsyncIface
- Throws:
org.apache.storm.thrift.TException
-
failRequest
public void failRequest(String id, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.storm.thrift.TException - Specified by:
failRequest
in interfaceDistributedRPCInvocations.AsyncIface
- Throws:
org.apache.storm.thrift.TException
-
failRequestV2
public void failRequestV2(String id, DRPCExecutionException e, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.storm.thrift.TException - Specified by:
failRequestV2
in interfaceDistributedRPCInvocations.AsyncIface
- Throws:
org.apache.storm.thrift.TException
-