Package org.apache.iotdb.commons.client
Class ClientPoolFactory.SyncDataNodeMPPDataExchangeServiceClientPoolFactory
- java.lang.Object
-
- org.apache.iotdb.commons.client.ClientPoolFactory.SyncDataNodeMPPDataExchangeServiceClientPoolFactory
-
- All Implemented Interfaces:
IClientPoolFactory<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncDataNodeMPPDataExchangeServiceClient>
- Enclosing class:
- ClientPoolFactory
public static class ClientPoolFactory.SyncDataNodeMPPDataExchangeServiceClientPoolFactory extends java.lang.Object implements IClientPoolFactory<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncDataNodeMPPDataExchangeServiceClient>
-
-
Constructor Summary
Constructors Constructor Description SyncDataNodeMPPDataExchangeServiceClientPoolFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.pool2.KeyedObjectPool<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncDataNodeMPPDataExchangeServiceClient>createClientPool(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncDataNodeMPPDataExchangeServiceClient> manager)We can implement this interface in other modules and then set the corresponding expected parameters and client factory classes.
-
-
-
Method Detail
-
createClientPool
public org.apache.commons.pool2.KeyedObjectPool<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncDataNodeMPPDataExchangeServiceClient> createClientPool(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncDataNodeMPPDataExchangeServiceClient> manager)
Description copied from interface:IClientPoolFactoryWe can implement this interface in other modules and then set the corresponding expected parameters and client factory classes.- Specified by:
createClientPoolin interfaceIClientPoolFactory<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncDataNodeMPPDataExchangeServiceClient>
-
-