Uses of Class
org.apache.iotdb.commons.client.async.AsyncDataNodeInternalServiceClient
-
Packages that use AsyncDataNodeInternalServiceClient Package Description org.apache.iotdb.commons.client org.apache.iotdb.commons.client.async -
-
Uses of AsyncDataNodeInternalServiceClient in org.apache.iotdb.commons.client
Methods in org.apache.iotdb.commons.client that return types with arguments of type AsyncDataNodeInternalServiceClient Modifier and Type Method Description org.apache.commons.pool2.KeyedObjectPool<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncDataNodeInternalServiceClient>ClientPoolFactory.AsyncDataNodeInternalServiceClientPoolFactory. createClientPool(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncDataNodeInternalServiceClient> manager)Method parameters in org.apache.iotdb.commons.client with type arguments of type AsyncDataNodeInternalServiceClient Modifier and Type Method Description org.apache.commons.pool2.KeyedObjectPool<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncDataNodeInternalServiceClient>ClientPoolFactory.AsyncDataNodeInternalServiceClientPoolFactory. createClientPool(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncDataNodeInternalServiceClient> manager) -
Uses of AsyncDataNodeInternalServiceClient in org.apache.iotdb.commons.client.async
Methods in org.apache.iotdb.commons.client.async that return types with arguments of type AsyncDataNodeInternalServiceClient Modifier and Type Method Description ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncDataNodeInternalServiceClient>AsyncDataNodeInternalServiceClient. getClientManager()org.apache.commons.pool2.PooledObject<AsyncDataNodeInternalServiceClient>AsyncDataNodeInternalServiceClient.Factory. makeObject(org.apache.iotdb.common.rpc.thrift.TEndPoint endPoint)Method parameters in org.apache.iotdb.commons.client.async with type arguments of type AsyncDataNodeInternalServiceClient Modifier and Type Method Description voidAsyncDataNodeInternalServiceClient.Factory. destroyObject(org.apache.iotdb.common.rpc.thrift.TEndPoint endPoint, org.apache.commons.pool2.PooledObject<AsyncDataNodeInternalServiceClient> pooledObject)booleanAsyncDataNodeInternalServiceClient.Factory. validateObject(org.apache.iotdb.common.rpc.thrift.TEndPoint endPoint, org.apache.commons.pool2.PooledObject<AsyncDataNodeInternalServiceClient> pooledObject)Constructor parameters in org.apache.iotdb.commons.client.async with type arguments of type AsyncDataNodeInternalServiceClient Constructor Description AsyncDataNodeInternalServiceClient(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,AsyncDataNodeInternalServiceClient> clientManager)Factory(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncDataNodeInternalServiceClient> clientManager, ThriftClientProperty thriftClientProperty, java.lang.String threadName)
-