Uses of Interface
org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
Packages that use TaskExecutorGateway
Package
Description
-
Uses of TaskExecutorGateway in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return types with arguments of type TaskExecutorGatewayModifier and TypeMethodDescriptionPartitionTrackerFactory.TaskExecutorGatewayLookup.lookup(ResourceID taskExecutorId) Returns aTaskExecutorGatewaycorresponding to the given ResourceID. -
Uses of TaskExecutorGateway in org.apache.flink.runtime.jobmaster
Constructors in org.apache.flink.runtime.jobmaster with parameters of type TaskExecutorGatewayModifierConstructorDescriptionRpcTaskManagerGateway(TaskExecutorGateway taskExecutorGateway, JobMasterId jobMasterId) -
Uses of TaskExecutorGateway in org.apache.flink.runtime.resourcemanager.registration
Methods in org.apache.flink.runtime.resourcemanager.registration that return TaskExecutorGatewayConstructors in org.apache.flink.runtime.resourcemanager.registration with parameters of type TaskExecutorGatewayModifierConstructorDescriptionTaskExecutorConnection(ResourceID resourceID, TaskExecutorGateway taskExecutorGateway) WorkerRegistration(TaskExecutorGateway taskExecutorGateway, WorkerType worker, int dataPort, int jmxPort, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile, String nodeId) -
Uses of TaskExecutorGateway in org.apache.flink.runtime.taskexecutor
Classes in org.apache.flink.runtime.taskexecutor that implement TaskExecutorGatewayModifier and TypeClassDescriptionclassTaskExecutor implementation.classA class that decorates/forwards calls to aTaskExecutorGateway.Fields in org.apache.flink.runtime.taskexecutor declared as TaskExecutorGatewayModifier and TypeFieldDescriptionprotected final TaskExecutorGatewayTaskExecutorGatewayDecoratorBase.originalGatewayConstructors in org.apache.flink.runtime.taskexecutor with parameters of type TaskExecutorGatewayModifierConstructorDescriptionprotectedTaskExecutorGatewayDecoratorBase(TaskExecutorGateway originalGateway)