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(JobID jobId,
String registrationName)
Requests a
KvStateLocation for the specified InternalKvState registration
name. |
CompletableFuture<KvStateLocation> requestKvStateLocation(JobID jobId, String registrationName)
KvStateLocation
for the specified InternalKvState
registration
name.jobId
- identifying the job for which to request the KvStateLocation
registrationName
- Name under which the KvState has been registered.InternalKvState
locationCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.