| Package | Description |
|---|---|
| org.apache.flink.runtime.instance |
| Modifier and Type | Method and Description |
|---|---|
static HardwareDescription |
HardwareDescription.extractFromSystem(long managedMemory) |
HardwareDescription |
Instance.getResources() |
| Modifier and Type | Method and Description |
|---|---|
InstanceID |
InstanceManager.registerTaskManager(akka.actor.ActorRef taskManager,
InstanceConnectionInfo connectionInfo,
HardwareDescription resources,
int numberOfSlots,
UUID leaderSessionID)
Registers a task manager.
|
| 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.