Uses of Interface
org.apache.flink.runtime.jobmaster.KvStateLocationOracle
Packages that use KvStateLocationOracle
-
Uses of KvStateLocationOracle in org.apache.flink.runtime.jobmaster
Subinterfaces of KvStateLocationOracle in org.apache.flink.runtime.jobmasterClasses in org.apache.flink.runtime.jobmaster that implement KvStateLocationOracle -
Uses of KvStateLocationOracle in org.apache.flink.runtime.query
Methods in org.apache.flink.runtime.query that return KvStateLocationOracleModifier and TypeMethodDescriptionKvStateClientProxy.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 KvStateLocationOracleModifier and TypeMethodDescriptionvoidKvStateClientProxy.updateKvStateLocationOracle(org.apache.flink.api.common.JobID jobId, KvStateLocationOracle kvStateLocationOracle) Updates the activeJob Managerin case of change.