Package org.apache.storm.generated
Class DistributedRPC.AsyncClient
java.lang.Object
org.apache.storm.thrift.async.TAsyncClient
org.apache.storm.generated.DistributedRPC.AsyncClient
- All Implemented Interfaces:
- DistributedRPC.AsyncIface
- Enclosing class:
- DistributedRPC
public static class DistributedRPC.AsyncClient
extends org.apache.storm.thrift.async.TAsyncClient
implements DistributedRPC.AsyncIface
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic class
- 
Field SummaryFields inherited from class org.apache.storm.thrift.async.TAsyncClient___currentMethod, ___manager, ___protocolFactory, ___transport
- 
Constructor SummaryConstructorsConstructorDescriptionAsyncClient(org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.async.TAsyncClientManager clientManager, org.apache.storm.thrift.transport.TNonblockingTransport transport) 
- 
Method SummaryMethods inherited from class org.apache.storm.thrift.async.TAsyncClientcheckReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
- 
Constructor Details- 
AsyncClientpublic AsyncClient(org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.async.TAsyncClientManager clientManager, org.apache.storm.thrift.transport.TNonblockingTransport transport) 
 
- 
- 
Method Details- 
executepublic void execute(String functionName, String funcArgs, org.apache.storm.thrift.async.AsyncMethodCallback<String> resultHandler) throws org.apache.storm.thrift.TException - Specified by:
- executein interface- DistributedRPC.AsyncIface
- Throws:
- org.apache.storm.thrift.TException
 
 
-