| Package | Description |
|---|---|
| org.apache.flink.runtime.instance | |
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.protocols | |
| org.apache.flink.runtime.taskmanager |
| Modifier and Type | Method and Description |
|---|---|
InstanceID |
Instance.getId() |
InstanceID |
InstanceManager.registerTaskManager(InstanceConnectionInfo instanceConnectionInfo,
HardwareDescription resources,
int numberOfSlots) |
| Modifier and Type | Method and Description |
|---|---|
Map<InstanceID,Instance> |
InstanceManager.getAllRegisteredInstances() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InstanceManager.reportHeartBeat(InstanceID instanceId) |
| Constructor and Description |
|---|
Instance(InstanceConnectionInfo instanceConnectionInfo,
InstanceID id,
HardwareDescription resources,
int numberOfSlots)
Constructs an abstract instance object.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceID |
JobManager.registerTaskManager(InstanceConnectionInfo instanceConnectionInfo,
HardwareDescription hardwareDescription,
int numberOfSlots) |
| Modifier and Type | Method and Description |
|---|---|
Map<InstanceID,Instance> |
JobManager.getInstances() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JobManager.sendHeartbeat(InstanceID taskManagerId) |
| Modifier and Type | Method and Description |
|---|---|
InstanceID |
JobManagerProtocol.registerTaskManager(InstanceConnectionInfo instanceConnectionInfo,
HardwareDescription hardwareDescription,
int numberOfSlots)
Registers a task manager at the JobManager.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JobManagerProtocol.sendHeartbeat(InstanceID taskManagerId)
Sends a heart beat to the job manager.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceID |
TaskManager.getRegisteredId()
Gets the ID under which the TaskManager is currently registered at its JobManager.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.