| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.query |
This package contains all KvState query related classes.
|
| Modifier and Type | Method and Description |
|---|---|
KvStateLocation |
JobMaster.lookupKvStateLocation(String registrationName) |
| Modifier and Type | Method and Description |
|---|---|
Future<KvStateLocation> |
JobMasterGateway.lookupKvStateLocation(String registrationName)
Requests a
KvStateLocation for the specified InternalKvState registration name. |
| Modifier and Type | Method and Description |
|---|---|
KvStateLocation |
KvStateLocationRegistry.getKvStateLocation(String registrationName)
Returns the
KvStateLocation for the registered KvState instance
or null if no location information is available. |
| Modifier and Type | Method and Description |
|---|---|
scala.concurrent.Future<KvStateLocation> |
KvStateLocationLookupService.getKvStateLookupInfo(JobID jobId,
String registrationName)
Returns a future holding the
KvStateLocation for the given job
and KvState registration name. |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.