Uses of Class
org.apache.iotdb.commons.client.property.ThriftClientProperty
-
-
Uses of ThriftClientProperty in org.apache.iotdb.commons.client.async
Constructors in org.apache.iotdb.commons.client.async with parameters of type ThriftClientProperty Constructor Description Factory(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncConfigNodeHeartbeatServiceClient> clientManager, ThriftClientProperty thriftClientProperty, java.lang.String threadName)Factory(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncConfigNodeIServiceClient> clientManager, ThriftClientProperty thriftClientProperty, java.lang.String threadName)Factory(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncDataNodeHeartbeatServiceClient> clientManager, ThriftClientProperty thriftClientProperty, java.lang.String threadName)Factory(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncDataNodeInternalServiceClient> clientManager, ThriftClientProperty thriftClientProperty, java.lang.String threadName)Factory(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,AsyncDataNodeMPPDataExchangeServiceClient> clientManager, ThriftClientProperty thriftClientProperty, java.lang.String threadName) -
Uses of ThriftClientProperty in org.apache.iotdb.commons.client.factory
Fields in org.apache.iotdb.commons.client.factory declared as ThriftClientProperty Modifier and Type Field Description protected ThriftClientPropertyThriftClientFactory. thriftClientPropertyConstructors in org.apache.iotdb.commons.client.factory with parameters of type ThriftClientProperty Constructor Description AsyncThriftClientFactory(ClientManager<K,V> clientManager, ThriftClientProperty thriftClientProperty, java.lang.String threadName)ThriftClientFactory(ClientManager<K,V> clientManager, ThriftClientProperty thriftClientProperty) -
Uses of ThriftClientProperty in org.apache.iotdb.commons.client.property
Methods in org.apache.iotdb.commons.client.property that return ThriftClientProperty Modifier and Type Method Description ThriftClientPropertyThriftClientProperty.Builder. build() -
Uses of ThriftClientProperty in org.apache.iotdb.commons.client.sync
Constructors in org.apache.iotdb.commons.client.sync with parameters of type ThriftClientProperty Constructor Description Factory(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncConfigNodeIServiceClient> clientManager, ThriftClientProperty thriftClientProperty)Factory(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncDataNodeInternalServiceClient> clientManager, ThriftClientProperty thriftClientProperty)Factory(ClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,SyncDataNodeMPPDataExchangeServiceClient> clientManager, ThriftClientProperty thriftClientProperty)
-