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