类 TaskExecutionContext
java.lang.Object
org.apache.seatunnel.engine.server.execution.TaskExecutionContext
-
构造器概要
构造器构造器说明TaskExecutionContext(Task task, com.hazelcast.spi.impl.NodeEngineImpl nodeEngine, TaskExecutionService taskExecutionService) -
方法概要
修饰符和类型方法说明com.hazelcast.core.HazelcastInstancecom.hazelcast.logging.ILoggergetOrCreateMetricsContext(TaskLocation taskLocation) <T> TgetTask()<E> com.hazelcast.spi.impl.operationservice.impl.InvocationFuture<E>sendToMaster(com.hazelcast.spi.impl.operationservice.Operation operation) <E> com.hazelcast.spi.impl.operationservice.impl.InvocationFuture<E>sendToMember(com.hazelcast.spi.impl.operationservice.Operation operation, com.hazelcast.cluster.Address memberID)
-
构造器详细资料
-
TaskExecutionContext
public TaskExecutionContext(Task task, com.hazelcast.spi.impl.NodeEngineImpl nodeEngine, TaskExecutionService taskExecutionService)
-
-
方法详细资料
-
sendToMaster
public <E> com.hazelcast.spi.impl.operationservice.impl.InvocationFuture<E> sendToMaster(com.hazelcast.spi.impl.operationservice.Operation operation) -
sendToMember
public <E> com.hazelcast.spi.impl.operationservice.impl.InvocationFuture<E> sendToMember(com.hazelcast.spi.impl.operationservice.Operation operation, com.hazelcast.cluster.Address memberID) -
getLogger
public com.hazelcast.logging.ILogger getLogger() -
getOrCreateMetricsContext
-
getTask
public <T> T getTask() -
getTaskExecutionService
-
getInstance
public com.hazelcast.core.HazelcastInstance getInstance()
-