Class TaskManagerRunner

  • All Implemented Interfaces:
    org.apache.flink.runtime.rpc.FatalErrorHandler

    public class TaskManagerRunner
    extends Object
    implements org.apache.flink.runtime.rpc.FatalErrorHandler
    This class is the executable entry point for the task manager in yarn or standalone mode. It constructs the related components (network, I/O manager, memory manager, RPC service, HA service) and starts them.