Uses of Interface
org.apache.flink.runtime.jobmaster.KvStateLocationOracle
-
Packages that use KvStateLocationOracle Package Description org.apache.flink.runtime.jobmaster org.apache.flink.runtime.query -
-
Uses of KvStateLocationOracle in org.apache.flink.runtime.jobmaster
Subinterfaces of KvStateLocationOracle in org.apache.flink.runtime.jobmaster Modifier and Type Interface Description interfaceJobMasterGatewayJobMasterrpc gateway interface.Classes in org.apache.flink.runtime.jobmaster that implement KvStateLocationOracle Modifier and Type Class Description classJobMasterJobMaster implementation. -
Uses of KvStateLocationOracle in org.apache.flink.runtime.query
Methods in org.apache.flink.runtime.query that return KvStateLocationOracle Modifier and Type Method Description KvStateLocationOracleKvStateClientProxy. getKvStateLocationOracle(org.apache.flink.api.common.JobID jobId)Retrieves a future containing the currently leading key-value state location oracle.Methods in org.apache.flink.runtime.query with parameters of type KvStateLocationOracle Modifier and Type Method Description voidKvStateClientProxy. updateKvStateLocationOracle(org.apache.flink.api.common.JobID jobId, KvStateLocationOracle kvStateLocationOracle)Updates the activeJob Managerin case of change.
-