| Package | Description |
|---|---|
| org.apache.flink.runtime.instance | |
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.protocols |
| Modifier and Type | Method and Description |
|---|---|
static HardwareDescription |
HardwareDescription.extractFromSystem(long managedMemory) |
HardwareDescription |
Instance.getResources() |
| Modifier and Type | Method and Description |
|---|---|
InstanceID |
InstanceManager.registerTaskManager(InstanceConnectionInfo instanceConnectionInfo,
HardwareDescription resources,
int numberOfSlots) |
| 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 |
|---|---|
InstanceID |
JobManagerProtocol.registerTaskManager(InstanceConnectionInfo instanceConnectionInfo,
HardwareDescription hardwareDescription,
int numberOfSlots)
Registers a task manager at the JobManager.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.