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