Uses of Interface
org.apache.flink.runtime.jobmaster.JobMasterOperatorEventGateway
-
Packages that use JobMasterOperatorEventGateway Package Description org.apache.flink.runtime.jobmaster org.apache.flink.runtime.taskexecutor.rpc -
-
Uses of JobMasterOperatorEventGateway in org.apache.flink.runtime.jobmaster
Subinterfaces of JobMasterOperatorEventGateway in org.apache.flink.runtime.jobmaster Modifier and Type Interface Description interface
JobMasterGateway
JobMaster
rpc gateway interface.Classes in org.apache.flink.runtime.jobmaster that implement JobMasterOperatorEventGateway Modifier and Type Class Description class
JobMaster
JobMaster implementation. -
Uses of JobMasterOperatorEventGateway in org.apache.flink.runtime.taskexecutor.rpc
Constructors in org.apache.flink.runtime.taskexecutor.rpc with parameters of type JobMasterOperatorEventGateway Constructor Description RpcTaskOperatorEventGateway(JobMasterOperatorEventGateway rpcGateway, ExecutionAttemptID taskExecutionId, Consumer<Throwable> errorHandler)
-