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 aKvStateLocation
for the specifiedInternalKvState
registration 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 KvStateLocation
KvStateLocationRegistry. getKvStateLocation(String registrationName)
Returns theKvStateLocation
for the registered KvState instance ornull
if 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 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 KvStateLocation in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return KvStateLocation Modifier and Type Method Description KvStateLocation
AdaptiveScheduler. requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)
-