Package org.apache.storm.generated
Class DistributedRPC.AsyncClient.Factory
java.lang.Object
org.apache.storm.generated.DistributedRPC.AsyncClient.Factory
- All Implemented Interfaces:
- org.apache.storm.thrift.async.TAsyncClientFactory<DistributedRPC.AsyncClient>
- Enclosing class:
- DistributedRPC.AsyncClient
public static class DistributedRPC.AsyncClient.Factory
extends Object
implements org.apache.storm.thrift.async.TAsyncClientFactory<DistributedRPC.AsyncClient>
- 
Constructor SummaryConstructorsConstructorDescriptionFactory(org.apache.storm.thrift.async.TAsyncClientManager clientManager, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptiongetAsyncClient(org.apache.storm.thrift.transport.TNonblockingTransport transport) 
- 
Constructor Details- 
Factorypublic Factory(org.apache.storm.thrift.async.TAsyncClientManager clientManager, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory) 
 
- 
- 
Method Details- 
getAsyncClientpublic DistributedRPC.AsyncClient getAsyncClient(org.apache.storm.thrift.transport.TNonblockingTransport transport) - Specified by:
- getAsyncClientin interface- org.apache.storm.thrift.async.TAsyncClientFactory<DistributedRPC.AsyncClient>
 
 
-