Uses of Class
org.apache.iotdb.commons.client.sync.SyncConfigNodeIServiceClient
-
Packages that use SyncConfigNodeIServiceClient Package Description org.apache.iotdb.commons.client org.apache.iotdb.commons.client.sync -
-
Uses of SyncConfigNodeIServiceClient in org.apache.iotdb.commons.client
Methods in org.apache.iotdb.commons.client that return types with arguments of type SyncConfigNodeIServiceClient Modifier and Type Method Description org.apache.commons.pool2.KeyedObjectPool<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncConfigNodeIServiceClient>ClientPoolFactory.SyncConfigNodeIServiceClientPoolFactory. createClientPool(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncConfigNodeIServiceClient> manager)Method parameters in org.apache.iotdb.commons.client with type arguments of type SyncConfigNodeIServiceClient Modifier and Type Method Description org.apache.commons.pool2.KeyedObjectPool<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncConfigNodeIServiceClient>ClientPoolFactory.SyncConfigNodeIServiceClientPoolFactory. createClientPool(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncConfigNodeIServiceClient> manager) -
Uses of SyncConfigNodeIServiceClient in org.apache.iotdb.commons.client.sync
Methods in org.apache.iotdb.commons.client.sync that return types with arguments of type SyncConfigNodeIServiceClient Modifier and Type Method Description org.apache.commons.pool2.PooledObject<SyncConfigNodeIServiceClient>SyncConfigNodeIServiceClient.Factory. makeObject(org.apache.iotdb.common.rpc.thrift.TEndPoint endpoint)Method parameters in org.apache.iotdb.commons.client.sync with type arguments of type SyncConfigNodeIServiceClient Modifier and Type Method Description voidSyncConfigNodeIServiceClient.Factory. destroyObject(org.apache.iotdb.common.rpc.thrift.TEndPoint endpoint, org.apache.commons.pool2.PooledObject<SyncConfigNodeIServiceClient> pooledObject)booleanSyncConfigNodeIServiceClient.Factory. validateObject(org.apache.iotdb.common.rpc.thrift.TEndPoint endpoint, org.apache.commons.pool2.PooledObject<SyncConfigNodeIServiceClient> pooledObject)Constructor parameters in org.apache.iotdb.commons.client.sync with type arguments of type SyncConfigNodeIServiceClient Constructor Description Factory(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncConfigNodeIServiceClient> clientManager, ThriftClientProperty thriftClientProperty)SyncConfigNodeIServiceClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, int connectionTimeout, org.apache.iotdb.common.rpc.thrift.TEndPoint endPoint, ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncConfigNodeIServiceClient> clientManager)
-