类 ShuffleSourceFlowLifeCycle<T>
java.lang.Object
org.apache.seatunnel.engine.server.task.flow.AbstractFlowLifeCycle
org.apache.seatunnel.engine.server.task.flow.ShuffleSourceFlowLifeCycle<T>
- 所有已实现的接口:
FlowLifeCycle,OneOutputFlowLifeCycle<org.apache.seatunnel.api.table.type.Record<?>>
public class ShuffleSourceFlowLifeCycle<T>
extends AbstractFlowLifeCycle
implements OneOutputFlowLifeCycle<org.apache.seatunnel.api.table.type.Record<?>>
-
字段概要
从类继承的字段 org.apache.seatunnel.engine.server.task.flow.AbstractFlowLifeCycle
completableFuture, prepareClose, runningTask -
构造器概要
构造器构造器说明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) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.seatunnel.engine.server.task.flow.FlowLifeCycle
init, open, prepareClose
-
构造器详细资料
-
ShuffleSourceFlowLifeCycle
public 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)
-
-
方法详细资料
-
collect
public void collect(org.apache.seatunnel.api.transform.Collector<org.apache.seatunnel.api.table.type.Record<?>> collector) throws Exception - 指定者:
collect在接口中OneOutputFlowLifeCycle<T>- 抛出:
Exception
-
close
- 指定者:
close在接口中FlowLifeCycle- 覆盖:
close在类中AbstractFlowLifeCycle- 抛出:
IOException
-