Uses of Enum
org.apache.iotdb.confignode.client.CnToCnNodeRequestType
Packages that use CnToCnNodeRequestType
Package
Description
-
Uses of CnToCnNodeRequestType in org.apache.iotdb.confignode.client
Methods in org.apache.iotdb.confignode.client that return CnToCnNodeRequestTypeModifier and TypeMethodDescriptionstatic CnToCnNodeRequestTypeReturns the enum constant of this type with the specified name.static CnToCnNodeRequestType[]CnToCnNodeRequestType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CnToCnNodeRequestType in org.apache.iotdb.confignode.client.async
Methods in org.apache.iotdb.confignode.client.async that return types with arguments of type CnToCnNodeRequestTypeModifier and TypeMethodDescriptionCnToCnInternalServiceAsyncRequestManager.buildHandler(AsyncRequestContext<?, ?, CnToCnNodeRequestType, TConfigNodeLocation> requestContext, int requestId, TConfigNodeLocation targetNode) Methods in org.apache.iotdb.confignode.client.async with parameters of type CnToCnNodeRequestTypeModifier and TypeMethodDescriptionprotected voidCnToCnInternalServiceAsyncRequestManager.adjustClientTimeoutIfNecessary(CnToCnNodeRequestType cnToCnNodeRequestType, AsyncConfigNodeInternalServiceClient client) Method parameters in org.apache.iotdb.confignode.client.async with type arguments of type CnToCnNodeRequestTypeModifier and TypeMethodDescriptionCnToCnInternalServiceAsyncRequestManager.buildHandler(AsyncRequestContext<?, ?, CnToCnNodeRequestType, TConfigNodeLocation> requestContext, int requestId, TConfigNodeLocation targetNode) -
Uses of CnToCnNodeRequestType in org.apache.iotdb.confignode.client.async.handlers
Constructors in org.apache.iotdb.confignode.client.async.handlers with parameters of type CnToCnNodeRequestTypeModifierConstructorDescriptionConfigNodeAsyncRequestContext(CnToCnNodeRequestType cnToCnRequestType, Map<Integer, TConfigNodeLocation> integerTConfigNodeLocationMap) ConfigNodeAsyncRequestContext(CnToCnNodeRequestType configNodeRequestType, Q q, Map<Integer, TConfigNodeLocation> integerTConfigNodeLocationMap) -
Uses of CnToCnNodeRequestType in org.apache.iotdb.confignode.client.async.handlers.rpc
Method parameters in org.apache.iotdb.confignode.client.async.handlers.rpc with type arguments of type CnToCnNodeRequestTypeModifier and TypeMethodDescriptionstatic ConfigNodeAsyncRequestRPCHandler<?>ConfigNodeAsyncRequestRPCHandler.buildHandler(AsyncRequestContext<?, ?, CnToCnNodeRequestType, TConfigNodeLocation> context, int requestId, TConfigNodeLocation targetConfigNode) Constructors in org.apache.iotdb.confignode.client.async.handlers.rpc with parameters of type CnToCnNodeRequestTypeModifierConstructorDescriptionprotectedConfigNodeAsyncRequestRPCHandler(CnToCnNodeRequestType configNodeRequestType, int requestId, TConfigNodeLocation targetNode, Map<Integer, TConfigNodeLocation> integerTConfigNodeLocationMap, Map<Integer, Response> integerResponseMap, CountDownLatch countDownLatch) ConfigNodeTSStatusRPCHandler(CnToCnNodeRequestType requestType, int requestId, TConfigNodeLocation targetConfigNode, Map<Integer, TConfigNodeLocation> configNodeLocationMap, Map<Integer, TSStatus> responseMap, CountDownLatch countDownLatch) SubmitTestConnectionTaskToConfigNodeRPCHandler(CnToCnNodeRequestType requestType, int requestId, TConfigNodeLocation targetConfigNode, Map<Integer, TConfigNodeLocation> configNodeLocationMap, Map<Integer, TTestConnectionResp> responseMap, CountDownLatch countDownLatch) -
Uses of CnToCnNodeRequestType in org.apache.iotdb.confignode.client.sync
Methods in org.apache.iotdb.confignode.client.sync with parameters of type CnToCnNodeRequestTypeModifier and TypeMethodDescriptionSyncConfigNodeClientPool.sendSyncRequestToConfigNodeWithRetry(TEndPoint endPoint, Object req, CnToCnNodeRequestType requestType)