Class TaskExecutor

java.lang.Object
org.apache.flink.runtime.rpc.RpcEndpoint
org.apache.flink.runtime.taskexecutor.TaskExecutor
All Implemented Interfaces:
AutoCloseable, org.apache.flink.runtime.rpc.RpcGateway, TaskExecutorGateway, TaskExecutorOperatorEventGateway, TaskExecutorThreadInfoGateway, org.apache.flink.util.AutoCloseableAsync

public class TaskExecutor extends org.apache.flink.runtime.rpc.RpcEndpoint implements TaskExecutorGateway
TaskExecutor implementation. The task executor is responsible for the execution of multiple Task.