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