Uses of Interface
org.apache.flink.runtime.taskexecutor.TaskExecutorOperatorEventGateway
-
Packages that use TaskExecutorOperatorEventGateway Package Description org.apache.flink.runtime.jobmanager.slots org.apache.flink.runtime.jobmaster org.apache.flink.runtime.taskexecutor -
-
Uses of TaskExecutorOperatorEventGateway in org.apache.flink.runtime.jobmanager.slots
Subinterfaces of TaskExecutorOperatorEventGateway in org.apache.flink.runtime.jobmanager.slots Modifier and Type Interface Description interfaceTaskManagerGatewayTask manager gateway interface to communicate with the task manager. -
Uses of TaskExecutorOperatorEventGateway in org.apache.flink.runtime.jobmaster
Classes in org.apache.flink.runtime.jobmaster that implement TaskExecutorOperatorEventGateway Modifier and Type Class Description classRpcTaskManagerGatewayImplementation of theTaskManagerGatewayfor Flink's RPC system. -
Uses of TaskExecutorOperatorEventGateway in org.apache.flink.runtime.taskexecutor
Subinterfaces of TaskExecutorOperatorEventGateway in org.apache.flink.runtime.taskexecutor Modifier and Type Interface Description interfaceTaskExecutorGatewayTaskExecutorRPC gateway interface.Classes in org.apache.flink.runtime.taskexecutor that implement TaskExecutorOperatorEventGateway Modifier and Type Class Description classTaskExecutorTaskExecutor implementation.classTaskExecutorGatewayDecoratorBaseA class that decorates/forwards calls to aTaskExecutorGateway.
-