Uses of Interface
org.apache.flink.runtime.jobmaster.KvStateRegistryGateway
-
Packages that use KvStateRegistryGateway Package Description org.apache.flink.runtime.jobmaster org.apache.flink.runtime.taskexecutor.rpc -
-
Uses of KvStateRegistryGateway in org.apache.flink.runtime.jobmaster
Subinterfaces of KvStateRegistryGateway in org.apache.flink.runtime.jobmaster Modifier and Type Interface Description interfaceJobMasterGatewayJobMasterrpc gateway interface.Classes in org.apache.flink.runtime.jobmaster that implement KvStateRegistryGateway Modifier and Type Class Description classJobMasterJobMaster implementation. -
Uses of KvStateRegistryGateway in org.apache.flink.runtime.taskexecutor.rpc
Constructors in org.apache.flink.runtime.taskexecutor.rpc with parameters of type KvStateRegistryGateway Constructor Description RpcKvStateRegistryListener(KvStateRegistryGateway kvStateRegistryGateway, InetSocketAddress kvStateServerAddress)
-