Class ThriftClientFactory<K,V>
- java.lang.Object
-
- org.apache.iotdb.commons.client.factory.BaseClientFactory<K,V>
-
- org.apache.iotdb.commons.client.factory.ThriftClientFactory<K,V>
-
- All Implemented Interfaces:
org.apache.commons.pool2.KeyedPooledObjectFactory<K,V>
- Direct Known Subclasses:
AsyncThriftClientFactory,SyncConfigNodeIServiceClient.Factory,SyncDataNodeInternalServiceClient.Factory,SyncDataNodeMPPDataExchangeServiceClient.Factory
public abstract class ThriftClientFactory<K,V> extends BaseClientFactory<K,V>
-
-
Field Summary
Fields Modifier and Type Field Description protected ThriftClientPropertythriftClientProperty-
Fields inherited from class org.apache.iotdb.commons.client.factory.BaseClientFactory
clientManager
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedThriftClientFactory(ClientManager<K,V> clientManager, ThriftClientProperty thriftClientProperty)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.commons.client.factory.BaseClientFactory
activateObject, passivateObject
-
-
-
-
Field Detail
-
thriftClientProperty
protected ThriftClientProperty thriftClientProperty
-
-
Constructor Detail
-
ThriftClientFactory
protected ThriftClientFactory(ClientManager<K,V> clientManager, ThriftClientProperty thriftClientProperty)
-
-