| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JobMasterGateway
JobMaster rpc gateway interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
JobMaster
JobMaster implementation.
|
| Modifier and Type | Method and Description |
|---|---|
KvStateLocationOracle |
KvStateClientProxy.getKvStateLocationOracle(org.apache.flink.api.common.JobID jobId)
Retrieves a future containing the currently leading key-value state location oracle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KvStateClientProxy.updateKvStateLocationOracle(org.apache.flink.api.common.JobID jobId,
KvStateLocationOracle kvStateLocationOracle)
Updates the active
Job Manager in case
of change. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.