Interface KvStateLocationOracle
-
- All Known Subinterfaces:
JobMasterGateway
- All Known Implementing Classes:
JobMaster
public interface KvStateLocationOracleOracle forKvStateLocationin the cluster. In order to answerInternalKvStatelocation requests, theTaskExecutorhave to register and unregister their respective key-value states at the oracle.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<KvStateLocation>requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)Requests aKvStateLocationfor the specifiedInternalKvStateregistration name.
-
-
-
Method Detail
-
requestKvStateLocation
CompletableFuture<KvStateLocation> requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)
Requests aKvStateLocationfor the specifiedInternalKvStateregistration name.- Parameters:
jobId- identifying the job for which to request theKvStateLocationregistrationName- Name under which the KvState has been registered.- Returns:
- Future of the requested
InternalKvStatelocation
-
-