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 interfaceJobMasterGatewayJobMasterrpc gateway interface.Classes in org.apache.flink.runtime.jobmaster that implement JobMasterOperatorEventGateway Modifier and Type Class Description classJobMasterJobMaster 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)
-