类 TransformSeaTunnelTask
java.lang.Object
org.apache.seatunnel.engine.server.task.AbstractTask
org.apache.seatunnel.engine.server.task.SeaTunnelTask
org.apache.seatunnel.engine.server.task.TransformSeaTunnelTask
- 所有已实现的接口:
com.hazelcast.internal.metrics.DynamicMetricsProvider,Serializable,org.apache.seatunnel.api.state.CheckpointListener,org.apache.seatunnel.engine.core.checkpoint.InternalCheckpointListener,Stateful,Task
- 另请参阅:
-
字段概要
从类继承的字段 org.apache.seatunnel.engine.server.task.SeaTunnelTask
allCycles, checkpointStates, currState, flowFutures, indexID, outputs, startFlowLifeCycle从类继承的字段 org.apache.seatunnel.engine.server.task.AbstractTask
closeCalled, executionContext, jobID, prepareCloseBarrierId, prepareCloseStatus, progress, restoreComplete, startCalled, taskLocation -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明@NonNull ProgressStatecall()protected voidcollect()protected SourceFlowLifeCycle<?,?> createSourceFlowLifeCycle(org.apache.seatunnel.engine.core.dag.actions.SourceAction<?, ?, ?> sourceAction, SourceConfig config, org.apache.seatunnel.engine.common.utils.concurrent.CompletableFuture<Void> completableFuture, org.apache.seatunnel.api.common.metrics.MetricsContext metricsContext) voidinit()voidtriggerBarrier(Barrier checkpointBarrier) 从类继承的方法 org.apache.seatunnel.engine.server.task.SeaTunnelTask
ack, addState, close, getActionStateKeys, getConnectorPluginJars, getJarsUrl, getMetricsContext, notifyAllAction, notifyCheckpointAborted, notifyCheckpointComplete, notifyCheckpointEnd, provideDynamicMetrics, restoreState, setTaskGroup, stateProcess, triggerSchemaChangeAfterCheckpoint, triggerSchemaChangeBeforeCheckpoint从类继承的方法 org.apache.seatunnel.engine.server.task.AbstractTask
closeCall, getExecutionContext, getTaskID, getTaskLocation, reportTaskStatus, serializeStates, setTaskExecutionContext, startCall, tryClose从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.seatunnel.engine.server.execution.Task
isThreadsShare
-
构造器详细资料
-
TransformSeaTunnelTask
-
-
方法详细资料
-
init
- 指定者:
init在接口中Task- 覆盖:
init在类中SeaTunnelTask- 抛出:
Exception
-
createSourceFlowLifeCycle
protected SourceFlowLifeCycle<?,?> createSourceFlowLifeCycle(org.apache.seatunnel.engine.core.dag.actions.SourceAction<?, ?, ?> sourceAction, SourceConfig config, org.apache.seatunnel.engine.common.utils.concurrent.CompletableFuture<Void> completableFuture, org.apache.seatunnel.api.common.metrics.MetricsContext metricsContext) - 指定者:
createSourceFlowLifeCycle在类中SeaTunnelTask
-
collect
- 指定者:
collect在类中SeaTunnelTask- 抛出:
Exception
-
call
- 指定者:
call在接口中Task- 指定者:
call在类中AbstractTask- 抛出:
Exception
-
triggerBarrier
- 抛出:
Exception
-