public class ActorGatewayKvStateLocationOracle extends Object implements KvStateLocationOracle
KvStateLocationOracle implementation for ActorGateway.| Constructor and Description |
|---|
ActorGatewayKvStateLocationOracle(ActorGateway jobManagerActorGateway,
org.apache.flink.api.common.time.Time timeout) |
| 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. |
public ActorGatewayKvStateLocationOracle(ActorGateway jobManagerActorGateway, org.apache.flink.api.common.time.Time timeout)
public CompletableFuture<KvStateLocation> requestKvStateLocation(org.apache.flink.api.common.JobID jobId, String registrationName)
KvStateLocationOracleKvStateLocation for the specified InternalKvState registration name.requestKvStateLocation in interface KvStateLocationOraclejobId - identifying the job for which to request the KvStateLocationregistrationName - Name under which the KvState has been registered.InternalKvState locationCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.