Uses of Class
org.apache.flink.runtime.taskexecutor.TaskExecutor
-
Packages that use TaskExecutor Package Description org.apache.flink.runtime.taskexecutor -
-
Uses of TaskExecutor in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return TaskExecutor Modifier and Type Method Description static TaskExecutor
TaskManagerRunner. startTaskManager(Configuration configuration, ResourceID resourceID, RpcService rpcService, HighAvailabilityServices highAvailabilityServices, HeartbeatServices heartbeatServices, MetricRegistry metricRegistry, TaskExecutorBlobService taskExecutorBlobService, boolean localCommunicationOnly, ExternalResourceInfoProvider externalResourceInfoProvider, WorkingDirectory workingDirectory, FatalErrorHandler fatalErrorHandler, DelegationTokenReceiverRepository delegationTokenReceiverRepository)
Methods in org.apache.flink.runtime.taskexecutor with parameters of type TaskExecutor Modifier and Type Method Description static TaskExecutorToServiceAdapter
TaskExecutorToServiceAdapter. createFor(TaskExecutor taskExecutor)
-