Uses of Class
org.apache.iotdb.confignode.persistence.pipe.PipeTaskInfo
Packages that use PipeTaskInfo
Package
Description
-
Uses of PipeTaskInfo in org.apache.iotdb.confignode.manager.pipe.coordinator.task
Methods in org.apache.iotdb.confignode.manager.pipe.coordinator.task that return types with arguments of type PipeTaskInfoModifier and TypeMethodDescriptionPipeTaskCoordinator.lock()Lock the pipe task coordinator.PipeTaskCoordinator.tryLock()Lock the pipe task coordinator.Constructors in org.apache.iotdb.confignode.manager.pipe.coordinator.task with parameters of type PipeTaskInfoModifierConstructorDescriptionPipeTaskCoordinator(ConfigManager configManager, PipeTaskInfo pipeTaskInfo) -
Uses of PipeTaskInfo in org.apache.iotdb.confignode.persistence.pipe
Methods in org.apache.iotdb.confignode.persistence.pipe that return PipeTaskInfo -
Uses of PipeTaskInfo in org.apache.iotdb.confignode.procedure.impl.pipe
Fields in org.apache.iotdb.confignode.procedure.impl.pipe with type parameters of type PipeTaskInfoModifier and TypeFieldDescriptionprotected AtomicReference<PipeTaskInfo>AbstractOperatePipeProcedureV2.pipeTaskInfoMethods in org.apache.iotdb.confignode.procedure.impl.pipe that return types with arguments of type PipeTaskInfoModifier and TypeMethodDescriptionprotected AtomicReference<PipeTaskInfo>AbstractOperatePipeProcedureV2.acquireLockInternal(ConfigNodeProcedureEnv configNodeProcedureEnv) Method parameters in org.apache.iotdb.confignode.procedure.impl.pipe with type arguments of type PipeTaskInfoModifier and TypeMethodDescriptionstatic Map<Integer,TPushPipeMetaResp> AbstractOperatePipeProcedureV2.pushPipeMetaToDataNodes(ConfigNodeProcedureEnv env, AtomicReference<PipeTaskInfo> pipeTaskInfo) Pushing all the pipeMeta's to all the dataNodes, forcing an update to the pipe's runtime state. -
Uses of PipeTaskInfo in org.apache.iotdb.confignode.procedure.impl.pipe.runtime
Methods in org.apache.iotdb.confignode.procedure.impl.pipe.runtime that return types with arguments of type PipeTaskInfoModifier and TypeMethodDescriptionprotected AtomicReference<PipeTaskInfo>PipeHandleMetaChangeProcedure.acquireLockInternal(ConfigNodeProcedureEnv configNodeProcedureEnv) protected AtomicReference<PipeTaskInfo>PipeMetaSyncProcedure.acquireLockInternal(ConfigNodeProcedureEnv configNodeProcedureEnv) -
Uses of PipeTaskInfo in org.apache.iotdb.confignode.procedure.impl.pipe.task
Constructor parameters in org.apache.iotdb.confignode.procedure.impl.pipe.task with type arguments of type PipeTaskInfoModifierConstructorDescriptionCreatePipeProcedureV2(TCreatePipeReq createPipeRequest, AtomicReference<PipeTaskInfo> pipeTaskInfo) This is only used when the pipe task info lock is held by another procedure.DropPipeProcedureV2(String pipeName, AtomicReference<PipeTaskInfo> pipeTaskInfo) This is only used when the pipe task info lock is held by another procedure. -
Uses of PipeTaskInfo in org.apache.iotdb.confignode.procedure.impl.subscription.subscription
Fields in org.apache.iotdb.confignode.procedure.impl.subscription.subscription with type parameters of type PipeTaskInfoModifier and TypeFieldDescriptionprotected AtomicReference<PipeTaskInfo>AbstractOperateSubscriptionAndPipeProcedure.pipeTaskInfo