Uses of Interface
org.apache.flink.runtime.checkpoint.CheckpointCoordinatorGateway
-
Packages that use CheckpointCoordinatorGateway Package Description org.apache.flink.runtime.jobmaster org.apache.flink.runtime.taskexecutor.rpc -
-
Uses of CheckpointCoordinatorGateway in org.apache.flink.runtime.jobmaster
Subinterfaces of CheckpointCoordinatorGateway in org.apache.flink.runtime.jobmaster Modifier and Type Interface Description interfaceJobMasterGatewayJobMasterrpc gateway interface.Classes in org.apache.flink.runtime.jobmaster that implement CheckpointCoordinatorGateway Modifier and Type Class Description classJobMasterJobMaster implementation. -
Uses of CheckpointCoordinatorGateway in org.apache.flink.runtime.taskexecutor.rpc
Constructors in org.apache.flink.runtime.taskexecutor.rpc with parameters of type CheckpointCoordinatorGateway Constructor Description RpcCheckpointResponder(CheckpointCoordinatorGateway checkpointCoordinatorGateway)
-