Package org.apache.storm.generated
Class DistributedRPCInvocations.AsyncClient.Factory
- java.lang.Object
-
- org.apache.storm.generated.DistributedRPCInvocations.AsyncClient.Factory
-
- All Implemented Interfaces:
org.apache.storm.thrift.async.TAsyncClientFactory<DistributedRPCInvocations.AsyncClient>
- Enclosing class:
- DistributedRPCInvocations.AsyncClient
public static class DistributedRPCInvocations.AsyncClient.Factory extends Object implements org.apache.storm.thrift.async.TAsyncClientFactory<DistributedRPCInvocations.AsyncClient>
-
-
Constructor Summary
Constructors Constructor Description Factory(org.apache.storm.thrift.async.TAsyncClientManager clientManager, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributedRPCInvocations.AsyncClient
getAsyncClient(org.apache.storm.thrift.transport.TNonblockingTransport transport)
-
-
-
Method Detail
-
getAsyncClient
public DistributedRPCInvocations.AsyncClient getAsyncClient(org.apache.storm.thrift.transport.TNonblockingTransport transport)
- Specified by:
getAsyncClient
in interfaceorg.apache.storm.thrift.async.TAsyncClientFactory<DistributedRPCInvocations.AsyncClient>
-
-