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