Uses of Class
org.apache.flink.runtime.query.KvStateLocation
-
Packages that use KvStateLocation Package Description org.apache.flink.runtime.jobmaster org.apache.flink.runtime.query org.apache.flink.runtime.scheduler org.apache.flink.runtime.scheduler.adaptive -
-
Uses of KvStateLocation in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return types with arguments of type KvStateLocation Modifier and Type Method Description CompletableFuture<KvStateLocation>JobMaster. requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)CompletableFuture<KvStateLocation>KvStateLocationOracle. requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)Requests aKvStateLocationfor the specifiedInternalKvStateregistration name. -
Uses of KvStateLocation in org.apache.flink.runtime.query
Methods in org.apache.flink.runtime.query that return KvStateLocation Modifier and Type Method Description KvStateLocationKvStateLocationRegistry. getKvStateLocation(String registrationName)Returns theKvStateLocationfor the registered KvState instance ornullif no location information is available. -
Uses of KvStateLocation in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that return KvStateLocation Modifier and Type Method Description KvStateLocationKvStateHandler. requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)KvStateLocationSchedulerBase. requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)KvStateLocationSchedulerNG. requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName) -
Uses of KvStateLocation in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return KvStateLocation Modifier and Type Method Description KvStateLocationAdaptiveScheduler. requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)
-