Uses of Enum
org.apache.iotdb.confignode.client.async.CnToDnAsyncRequestType
Packages that use CnToDnAsyncRequestType
Package
Description
-
Uses of CnToDnAsyncRequestType in org.apache.iotdb.confignode.client.async
Methods in org.apache.iotdb.confignode.client.async that return CnToDnAsyncRequestTypeModifier and TypeMethodDescriptionstatic CnToDnAsyncRequestTypeReturns the enum constant of this type with the specified name.static CnToDnAsyncRequestType[]CnToDnAsyncRequestType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.confignode.client.async that return types with arguments of type CnToDnAsyncRequestTypeModifier and TypeMethodDescriptionCnToDnInternalServiceAsyncRequestManager.buildHandler(AsyncRequestContext<?, ?, CnToDnAsyncRequestType, TDataNodeLocation> requestContext, int requestId, TDataNodeLocation targetNode) Methods in org.apache.iotdb.confignode.client.async with parameters of type CnToDnAsyncRequestTypeModifier and TypeMethodDescriptionprotected voidCnToDnInternalServiceAsyncRequestManager.adjustClientTimeoutIfNecessary(CnToDnAsyncRequestType CnToDnAsyncRequestType, AsyncDataNodeInternalServiceClient client) Method parameters in org.apache.iotdb.confignode.client.async with type arguments of type CnToDnAsyncRequestTypeModifier and TypeMethodDescriptionCnToDnInternalServiceAsyncRequestManager.buildHandler(AsyncRequestContext<?, ?, CnToDnAsyncRequestType, TDataNodeLocation> requestContext, int requestId, TDataNodeLocation targetNode) -
Uses of CnToDnAsyncRequestType in org.apache.iotdb.confignode.client.async.handlers
Constructors in org.apache.iotdb.confignode.client.async.handlers with parameters of type CnToDnAsyncRequestTypeModifierConstructorDescriptionDataNodeAsyncRequestContext(CnToDnAsyncRequestType requestType) DataNodeAsyncRequestContext(CnToDnAsyncRequestType requestType, Map<Integer, TDataNodeLocation> dataNodeLocationMap) DataNodeAsyncRequestContext(CnToDnAsyncRequestType requestType, Q q, Map<Integer, TDataNodeLocation> dataNodeLocationMap) -
Uses of CnToDnAsyncRequestType 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 CnToDnAsyncRequestTypeModifier and TypeMethodDescriptionstatic DataNodeAsyncRequestRPCHandler<?>DataNodeAsyncRequestRPCHandler.buildHandler(AsyncRequestContext<?, ?, CnToDnAsyncRequestType, TDataNodeLocation> context, int requestId, TDataNodeLocation targetDataNode) Constructors in org.apache.iotdb.confignode.client.async.handlers.rpc with parameters of type CnToDnAsyncRequestTypeModifierConstructorDescriptionCheckTimeSeriesExistenceRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TCheckTimeSeriesExistenceResp> responseMap, CountDownLatch countDownLatch) CountPathsUsingTemplateRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TCountPathsUsingTemplateResp> responseMap, CountDownLatch countDownLatch) protectedDataNodeAsyncRequestRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, Response> integerResponseMap, CountDownLatch countDownLatch) DataNodeTSStatusRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TSStatus> responseMap, CountDownLatch countDownLatch) FetchSchemaBlackListRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TFetchSchemaBlackListResp> responseMap, CountDownLatch countDownLatch) PipeHeartbeatRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TPipeHeartbeatResp> responseMap, CountDownLatch countDownLatch) PipePushMetaRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TPushPipeMetaResp> responseMap, CountDownLatch countDownLatch) SchemaUpdateRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TSStatus> responseMap, CountDownLatch countDownLatch) SubmitTestConnectionTaskRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TTestConnectionResp> responseMap, CountDownLatch countDownLatch) TransferLeaderRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TRegionLeaderChangeResp> responseMap, CountDownLatch countDownLatch) -
Uses of CnToDnAsyncRequestType in org.apache.iotdb.confignode.client.async.handlers.rpc.subscription
Constructors in org.apache.iotdb.confignode.client.async.handlers.rpc.subscription with parameters of type CnToDnAsyncRequestTypeModifierConstructorDescriptionCheckSchemaRegionUsingTemplateRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TCheckSchemaRegionUsingTemplateResp> responseMap, CountDownLatch countDownLatch) ConsumerGroupPushMetaRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TPushConsumerGroupMetaResp> responseMap, CountDownLatch countDownLatch) TopicPushMetaRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TPushTopicMetaResp> responseMap, CountDownLatch countDownLatch) -
Uses of CnToDnAsyncRequestType in org.apache.iotdb.confignode.procedure.impl.schema
Fields in org.apache.iotdb.confignode.procedure.impl.schema declared as CnToDnAsyncRequestTypeModifier and TypeFieldDescriptionprotected final CnToDnAsyncRequestTypeDataNodeRegionTaskExecutor.dataNodeRequestTypeConstructors in org.apache.iotdb.confignode.procedure.impl.schema with parameters of type CnToDnAsyncRequestTypeModifierConstructorDescriptionprotectedDataNodeRegionTaskExecutor(ConfigManager configManager, Map<TConsensusGroupId, TRegionReplicaSet> targetRegionGroup, boolean executeOnAllReplicaset, CnToDnAsyncRequestType dataNodeRequestType, BiFunction<TDataNodeLocation, List<TConsensusGroupId>, Q> dataNodeRequestGenerator) protectedDataNodeRegionTaskExecutor(ConfigNodeProcedureEnv env, Map<TConsensusGroupId, TRegionReplicaSet> targetRegionGroup, boolean executeOnAllReplicaset, CnToDnAsyncRequestType dataNodeRequestType, BiFunction<TDataNodeLocation, List<TConsensusGroupId>, Q> dataNodeRequestGenerator)