类的使用
org.apache.iotdb.confignode.client.DataNodeRequestType
-
-
org.apache.iotdb.confignode.client中DataNodeRequestType的使用
返回DataNodeRequestType的org.apache.iotdb.confignode.client中的方法 修饰符和类型 方法 说明 static DataNodeRequestTypeDataNodeRequestType. valueOf(java.lang.String name)返回带有指定名称的该类型的枚举常量。static DataNodeRequestType[]DataNodeRequestType. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。 -
org.apache.iotdb.confignode.client.async.handlers中DataNodeRequestType的使用
声明为DataNodeRequestType的org.apache.iotdb.confignode.client.async.handlers中的字段 修饰符和类型 字段 说明 protected DataNodeRequestTypeAsyncClientHandler. requestType返回DataNodeRequestType的org.apache.iotdb.confignode.client.async.handlers中的方法 修饰符和类型 方法 说明 DataNodeRequestTypeAsyncClientHandler. getRequestType()参数类型为DataNodeRequestType的org.apache.iotdb.confignode.client.async.handlers中的构造器 构造器 说明 AsyncClientHandler(DataNodeRequestType requestType)Custom constructorAsyncClientHandler(DataNodeRequestType requestType, java.util.Map<java.lang.Integer,org.apache.iotdb.common.rpc.thrift.TDataNodeLocation> dataNodeLocationMap)Constructor for null requestsAsyncClientHandler(DataNodeRequestType requestType, Q request, java.util.Map<java.lang.Integer,org.apache.iotdb.common.rpc.thrift.TDataNodeLocation> dataNodeLocationMap)Constructor for unique request -
org.apache.iotdb.confignode.client.async.handlers.rpc中DataNodeRequestType的使用
声明为DataNodeRequestType的org.apache.iotdb.confignode.client.async.handlers.rpc中的字段 修饰符和类型 字段 说明 protected DataNodeRequestTypeAbstractAsyncRPCHandler. requestType参数类型为DataNodeRequestType的org.apache.iotdb.confignode.client.async.handlers.rpc中的构造器 构造器 说明 AbstractAsyncRPCHandler(DataNodeRequestType requestType, int requestId, org.apache.iotdb.common.rpc.thrift.TDataNodeLocation targetDataNode, java.util.Map<java.lang.Integer,org.apache.iotdb.common.rpc.thrift.TDataNodeLocation> dataNodeLocationMap, java.util.Map<java.lang.Integer,T> responseMap, java.util.concurrent.CountDownLatch countDownLatch)AsyncTSStatusRPCHandler(DataNodeRequestType requestType, int requestId, org.apache.iotdb.common.rpc.thrift.TDataNodeLocation targetDataNode, java.util.Map<java.lang.Integer,org.apache.iotdb.common.rpc.thrift.TDataNodeLocation> dataNodeLocationMap, java.util.Map<java.lang.Integer,org.apache.iotdb.common.rpc.thrift.TSStatus> responseMap, java.util.concurrent.CountDownLatch countDownLatch)CountPathsUsingTemplateRPCHandler(DataNodeRequestType requestType, int requestId, org.apache.iotdb.common.rpc.thrift.TDataNodeLocation targetDataNode, java.util.Map<java.lang.Integer,org.apache.iotdb.common.rpc.thrift.TDataNodeLocation> dataNodeLocationMap, java.util.Map<java.lang.Integer,org.apache.iotdb.mpp.rpc.thrift.TCountPathsUsingTemplateResp> responseMap, java.util.concurrent.CountDownLatch countDownLatch)DeleteSchemaRPCHandler(DataNodeRequestType requestType, int requestId, org.apache.iotdb.common.rpc.thrift.TDataNodeLocation targetDataNode, java.util.Map<java.lang.Integer,org.apache.iotdb.common.rpc.thrift.TDataNodeLocation> dataNodeLocationMap, java.util.Map<java.lang.Integer,org.apache.iotdb.common.rpc.thrift.TSStatus> responseMap, java.util.concurrent.CountDownLatch countDownLatch)FetchSchemaBlackListRPCHandler(DataNodeRequestType requestType, int requestId, org.apache.iotdb.common.rpc.thrift.TDataNodeLocation targetDataNode, java.util.Map<java.lang.Integer,org.apache.iotdb.common.rpc.thrift.TDataNodeLocation> dataNodeLocationMap, java.util.Map<java.lang.Integer,org.apache.iotdb.mpp.rpc.thrift.TFetchSchemaBlackListResp> responseMap, java.util.concurrent.CountDownLatch countDownLatch)OperatePipeRPCHandler(DataNodeRequestType requestType, int requestId, org.apache.iotdb.common.rpc.thrift.TDataNodeLocation targetDataNode, java.util.Map<java.lang.Integer,org.apache.iotdb.common.rpc.thrift.TDataNodeLocation> dataNodeLocationMap, java.util.Map<java.lang.Integer,org.apache.iotdb.common.rpc.thrift.TSStatus> responseMap, java.util.concurrent.CountDownLatch countDownLatch) -
org.apache.iotdb.confignode.client.sync中DataNodeRequestType的使用
参数类型为DataNodeRequestType的org.apache.iotdb.confignode.client.sync中的方法 修饰符和类型 方法 说明 org.apache.iotdb.common.rpc.thrift.TSStatusSyncDataNodeClientPool. sendSyncRequestToDataNodeWithGivenRetry(org.apache.iotdb.common.rpc.thrift.TEndPoint endPoint, java.lang.Object req, DataNodeRequestType requestType, int retryNum)org.apache.iotdb.common.rpc.thrift.TSStatusSyncDataNodeClientPool. sendSyncRequestToDataNodeWithRetry(org.apache.iotdb.common.rpc.thrift.TEndPoint endPoint, java.lang.Object req, DataNodeRequestType requestType)
-