Uses of Class
org.apache.iotdb.commons.client.async.AsyncDataNodeMPPDataExchangeServiceClient
-
Packages that use AsyncDataNodeMPPDataExchangeServiceClient Package Description org.apache.iotdb.commons.client org.apache.iotdb.commons.client.async -
-
Uses of AsyncDataNodeMPPDataExchangeServiceClient in org.apache.iotdb.commons.client
Methods in org.apache.iotdb.commons.client that return types with arguments of type AsyncDataNodeMPPDataExchangeServiceClient Modifier and Type Method Description org.apache.commons.pool2.KeyedObjectPool<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncDataNodeMPPDataExchangeServiceClient>ClientPoolFactory.AsyncDataNodeMPPDataExchangeServiceClientPoolFactory. createClientPool(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncDataNodeMPPDataExchangeServiceClient> manager)Method parameters in org.apache.iotdb.commons.client with type arguments of type AsyncDataNodeMPPDataExchangeServiceClient Modifier and Type Method Description org.apache.commons.pool2.KeyedObjectPool<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncDataNodeMPPDataExchangeServiceClient>ClientPoolFactory.AsyncDataNodeMPPDataExchangeServiceClientPoolFactory. createClientPool(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncDataNodeMPPDataExchangeServiceClient> manager) -
Uses of AsyncDataNodeMPPDataExchangeServiceClient in org.apache.iotdb.commons.client.async
Methods in org.apache.iotdb.commons.client.async that return types with arguments of type AsyncDataNodeMPPDataExchangeServiceClient Modifier and Type Method Description org.apache.commons.pool2.PooledObject<AsyncDataNodeMPPDataExchangeServiceClient>AsyncDataNodeMPPDataExchangeServiceClient.Factory. makeObject(org.apache.iotdb.common.rpc.thrift.TEndPoint endPoint)Method parameters in org.apache.iotdb.commons.client.async with type arguments of type AsyncDataNodeMPPDataExchangeServiceClient Modifier and Type Method Description voidAsyncDataNodeMPPDataExchangeServiceClient.Factory. destroyObject(org.apache.iotdb.common.rpc.thrift.TEndPoint endPoint, org.apache.commons.pool2.PooledObject<AsyncDataNodeMPPDataExchangeServiceClient> pooledObject)booleanAsyncDataNodeMPPDataExchangeServiceClient.Factory. validateObject(org.apache.iotdb.common.rpc.thrift.TEndPoint endPoint, org.apache.commons.pool2.PooledObject<AsyncDataNodeMPPDataExchangeServiceClient> pooledObject)Constructor parameters in org.apache.iotdb.commons.client.async with type arguments of type AsyncDataNodeMPPDataExchangeServiceClient Constructor Description AsyncDataNodeMPPDataExchangeServiceClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, int connectionTimeout, org.apache.iotdb.common.rpc.thrift.TEndPoint endpoint, org.apache.thrift.async.TAsyncClientManager tClientManager, ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncDataNodeMPPDataExchangeServiceClient> clientManager)Factory(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncDataNodeMPPDataExchangeServiceClient> clientManager, ThriftClientProperty thriftClientProperty, java.lang.String threadName)
-