| Package | Description |
|---|---|
| org.apache.flink.runtime.instance |
| Modifier and Type | Method and Description |
|---|---|
InstanceID |
Instance.getId() |
InstanceID |
InstanceManager.registerTaskManager(akka.actor.ActorRef taskManager,
InstanceConnectionInfo connectionInfo,
HardwareDescription resources,
int numberOfSlots,
UUID leaderSessionID)
Registers a task manager.
|
| Modifier and Type | Method and Description |
|---|---|
Instance |
InstanceManager.getRegisteredInstanceById(InstanceID instanceID) |
boolean |
InstanceManager.reportHeartBeat(InstanceID instanceId,
byte[] lastMetricsReport) |
| Constructor and Description |
|---|
Instance(ActorGateway actorGateway,
InstanceConnectionInfo connectionInfo,
InstanceID id,
HardwareDescription resources,
int numberOfSlots)
Constructs an instance reflecting a registered TaskManager.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.