public interface KvStateLocationOracle
KvStateLocation in the cluster. In order to answer InternalKvState
location requests, the TaskExecutor have to register and unregister their respective
key-value states at the oracle.| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<KvStateLocation> |
requestKvStateLocation(org.apache.flink.api.common.JobID jobId,
String registrationName)
Requests a
KvStateLocation for the specified InternalKvState registration
name. |
CompletableFuture<KvStateLocation> requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)
KvStateLocation for the specified InternalKvState registration
name.jobId - identifying the job for which to request the KvStateLocationregistrationName - Name under which the KvState has been registered.InternalKvState locationCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.