| Package | Description |
|---|---|
| org.apache.flink.runtime.instance | |
| org.apache.flink.runtime.topology |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyInstance
A DummyInstance is a stub implementation of the
Instance interface. |
class |
Instance
An instance represents a resource a
TaskManager runs on. |
| Constructor and Description |
|---|
Instance(InstanceConnectionInfo instanceConnectionInfo,
NetworkNode parentNode,
NetworkTopology networkTopology,
HardwareDescription hardwareDescription,
int numberOfSlots)
Constructs an abstract instance object.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkNode |
NetworkNode.getChildNode(int index) |
NetworkNode |
NetworkTopology.getNodeByName(String name) |
NetworkNode |
NetworkNode.getParentNode() |
NetworkNode |
NetworkTopology.getRootNode() |
NetworkNode |
NetworkTopologyIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<NetworkNode> |
NetworkTopology.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
NetworkNode.getDistance(NetworkNode networkNode)
Determines the distance to the given network node.
|
| Constructor and Description |
|---|
NetworkNode(String name,
NetworkNode parentNode,
NetworkTopology networkTopology) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.