| Interface | Description |
|---|---|
| ActorGateway |
Interface to abstract the communication with an actor.
|
| InstanceListener |
Classes implementing the InstanceListener interface can be notified about
the availability disappearance of instances.
|
| Class | Description |
|---|---|
| AkkaActorGateway |
Concrete
ActorGateway implementation which uses Akka to communicate with remote actors. |
| Hardware |
Convenience class to extract hardware specifics of the computer executing this class
|
| HardwareDescription |
A hardware description describes the resources available to a task manager.
|
| Instance |
An instance represents a
TaskManager
registered at a JobManager and ready to receive work. |
| InstanceConnectionInfo |
This class encapsulates the connection information of a TaskManager.
|
| InstanceID |
Class for statistically unique instance IDs.
|
| InstanceManager |
Simple manager that keeps track of which TaskManager are available and alive.
|
| SharedSlot |
This class represents a shared slot.
|
| SimpleSlot |
A SimpleSlot represents a single slot on a TaskManager instance, or a slot within a shared slot.
|
| Slot |
Base class for task slots.
|
| SlotSharingGroupAssignment |
The SlotSharingGroupAssignment manages a set of shared slots, which are shared between
tasks of a
SlotSharingGroup. |
| Exception | Description |
|---|---|
| InstanceDiedException |
A special instance signaling that an attempted operation on an instance is not possible,
because the instance has died.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.