Uses of Interface
org.apache.iotdb.commons.client.ThriftClient
-
Packages that use ThriftClient Package Description org.apache.iotdb.commons.client org.apache.iotdb.commons.client.async org.apache.iotdb.commons.client.sync -
-
Uses of ThriftClient in org.apache.iotdb.commons.client
Methods in org.apache.iotdb.commons.client with parameters of type ThriftClient Modifier and Type Method Description static voidThriftClient. resolveException(java.lang.Throwable t, ThriftClient o) -
Uses of ThriftClient in org.apache.iotdb.commons.client.async
Classes in org.apache.iotdb.commons.client.async that implement ThriftClient Modifier and Type Class Description classAsyncConfigNodeHeartbeatServiceClientclassAsyncConfigNodeIServiceClientclassAsyncDataNodeHeartbeatServiceClientclassAsyncDataNodeInternalServiceClientclassAsyncDataNodeMPPDataExchangeServiceClient -
Uses of ThriftClient in org.apache.iotdb.commons.client.sync
Classes in org.apache.iotdb.commons.client.sync that implement ThriftClient Modifier and Type Class Description classSyncConfigNodeIServiceClientclassSyncDataNodeInternalServiceClientclassSyncDataNodeMPPDataExchangeServiceClientMethods in org.apache.iotdb.commons.client.sync with type parameters of type ThriftClient Modifier and Type Method Description static <V extends ThriftClient>
VSyncThriftClientWithErrorHandler. newErrorHandler(java.lang.Class<V> targetClass, java.lang.reflect.Constructor<V> constructor, java.lang.Object... args)Note: The caller needs to ensure that the constructor corresponds to the class, or the cast might fail.
-