类的使用
org.apache.seatunnel.engine.server.task.SeaTunnelTask
使用SeaTunnelTask的程序包
程序包
说明
-
org.apache.seatunnel.engine.server.task中SeaTunnelTask的使用
修饰符和类型类说明classSourceSeaTunnelTask<T,SplitT extends org.apache.seatunnel.api.source.SourceSplit> class -
org.apache.seatunnel.engine.server.task.flow中SeaTunnelTask的使用
限定符构造器说明AbstractFlowLifeCycle(SeaTunnelTask runningTask, org.apache.seatunnel.engine.common.utils.concurrent.CompletableFuture<Void> completableFuture) ActionFlowLifeCycle(org.apache.seatunnel.engine.core.dag.actions.Action action, SeaTunnelTask runningTask, org.apache.seatunnel.engine.common.utils.concurrent.CompletableFuture<Void> completableFuture) IntermediateQueueFlowLifeCycle(SeaTunnelTask runningTask, org.apache.seatunnel.engine.common.utils.concurrent.CompletableFuture<Void> completableFuture, AbstractIntermediateQueue<?> queue) ShuffleSinkFlowLifeCycle(SeaTunnelTask runningTask, int taskIndex, org.apache.seatunnel.engine.core.dag.actions.ShuffleAction shuffleAction, com.hazelcast.core.HazelcastInstance hazelcastInstance, org.apache.seatunnel.engine.common.utils.concurrent.CompletableFuture<Void> completableFuture) ShuffleSourceFlowLifeCycle(SeaTunnelTask runningTask, int taskIndex, org.apache.seatunnel.engine.core.dag.actions.ShuffleAction shuffleAction, com.hazelcast.core.HazelcastInstance hazelcastInstance, org.apache.seatunnel.engine.common.utils.concurrent.CompletableFuture<Void> completableFuture) SinkFlowLifeCycle(org.apache.seatunnel.engine.core.dag.actions.SinkAction<T, StateT, CommitInfoT, AggregatedCommitInfoT> sinkAction, TaskLocation taskLocation, int indexID, SeaTunnelTask runningTask, TaskLocation committerTaskLocation, boolean containAggCommitter, org.apache.seatunnel.engine.common.utils.concurrent.CompletableFuture<Void> completableFuture, org.apache.seatunnel.api.common.metrics.MetricsContext metricsContext) SourceFlowLifeCycle(org.apache.seatunnel.engine.core.dag.actions.SourceAction<T, SplitT, ?> sourceAction, int indexID, TaskLocation enumeratorTaskLocation, SeaTunnelTask runningTask, TaskLocation currentTaskLocation, org.apache.seatunnel.engine.common.utils.concurrent.CompletableFuture<Void> completableFuture, org.apache.seatunnel.api.common.metrics.MetricsContext metricsContext) TransformFlowLifeCycle(org.apache.seatunnel.engine.core.dag.actions.TransformChainAction<T> action, SeaTunnelTask runningTask, org.apache.seatunnel.api.transform.Collector<org.apache.seatunnel.api.table.type.Record<?>> collector, org.apache.seatunnel.engine.common.utils.concurrent.CompletableFuture<Void> completableFuture) -
org.apache.seatunnel.engine.server.task.group.queue.disruptor中SeaTunnelTask的使用
限定符构造器说明RecordEventHandler(SeaTunnelTask runningTask, org.apache.seatunnel.api.transform.Collector<org.apache.seatunnel.api.table.type.Record<?>> collector, IntermediateQueueFlowLifeCycle intermediateQueueFlowLifeCycle)