Uses of Class
org.apache.flink.runtime.query.KvStateLocation
Packages that use KvStateLocation
Package
Description
-
Uses of KvStateLocation in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return types with arguments of type KvStateLocationModifier and TypeMethodDescriptionJobMaster.requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName) 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 KvStateLocationModifier and TypeMethodDescriptionKvStateLocationRegistry.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 KvStateLocationModifier and TypeMethodDescriptionKvStateHandler.requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName) SchedulerBase.requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName) SchedulerNG.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 KvStateLocationModifier and TypeMethodDescriptionAdaptiveScheduler.requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)