Uses of Class
org.apache.iotdb.commons.client.sync.SyncDataNodeMPPDataExchangeServiceClient
-
Packages that use SyncDataNodeMPPDataExchangeServiceClient Package Description org.apache.iotdb.commons.client org.apache.iotdb.commons.client.sync -
-
Uses of SyncDataNodeMPPDataExchangeServiceClient in org.apache.iotdb.commons.client
Methods in org.apache.iotdb.commons.client that return types with arguments of type SyncDataNodeMPPDataExchangeServiceClient Modifier and Type Method Description org.apache.commons.pool2.KeyedObjectPool<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncDataNodeMPPDataExchangeServiceClient>ClientPoolFactory.SyncDataNodeMPPDataExchangeServiceClientPoolFactory. createClientPool(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncDataNodeMPPDataExchangeServiceClient> manager)Method parameters in org.apache.iotdb.commons.client with type arguments of type SyncDataNodeMPPDataExchangeServiceClient Modifier and Type Method Description org.apache.commons.pool2.KeyedObjectPool<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncDataNodeMPPDataExchangeServiceClient>ClientPoolFactory.SyncDataNodeMPPDataExchangeServiceClientPoolFactory. createClientPool(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncDataNodeMPPDataExchangeServiceClient> manager) -
Uses of SyncDataNodeMPPDataExchangeServiceClient in org.apache.iotdb.commons.client.sync
Methods in org.apache.iotdb.commons.client.sync that return types with arguments of type SyncDataNodeMPPDataExchangeServiceClient Modifier and Type Method Description org.apache.commons.pool2.PooledObject<SyncDataNodeMPPDataExchangeServiceClient>SyncDataNodeMPPDataExchangeServiceClient.Factory. makeObject(org.apache.iotdb.common.rpc.thrift.TEndPoint endpoint)Method parameters in org.apache.iotdb.commons.client.sync with type arguments of type SyncDataNodeMPPDataExchangeServiceClient Modifier and Type Method Description voidSyncDataNodeMPPDataExchangeServiceClient.Factory. destroyObject(org.apache.iotdb.common.rpc.thrift.TEndPoint endpoint, org.apache.commons.pool2.PooledObject<SyncDataNodeMPPDataExchangeServiceClient> pooledObject)booleanSyncDataNodeMPPDataExchangeServiceClient.Factory. validateObject(org.apache.iotdb.common.rpc.thrift.TEndPoint endpoint, org.apache.commons.pool2.PooledObject<SyncDataNodeMPPDataExchangeServiceClient> pooledObject)Constructor parameters in org.apache.iotdb.commons.client.sync with type arguments of type SyncDataNodeMPPDataExchangeServiceClient Constructor Description Factory(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncDataNodeMPPDataExchangeServiceClient> clientManager, ThriftClientProperty thriftClientProperty)SyncDataNodeMPPDataExchangeServiceClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, int connectionTimeout, org.apache.iotdb.common.rpc.thrift.TEndPoint endpoint, ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncDataNodeMPPDataExchangeServiceClient> clientManager)
-