Uses of Class
org.apache.flink.runtime.query.UnknownKvStateLocation
-
Packages that use UnknownKvStateLocation Package Description org.apache.flink.runtime.scheduler org.apache.flink.runtime.scheduler.adaptive -
-
Uses of UnknownKvStateLocation in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that throw UnknownKvStateLocation Modifier and Type Method Description KvStateLocation
KvStateHandler. requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)
KvStateLocation
SchedulerBase. requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)
KvStateLocation
SchedulerNG. requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)
-
Uses of UnknownKvStateLocation in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that throw UnknownKvStateLocation Modifier and Type Method Description KvStateLocation
AdaptiveScheduler. requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)
-