| Interface | Description |
|---|---|
| InstanceListener |
Classes implementing the InstanceListener interface can be notified about
the availability disappearance of instances.
|
| Class | Description |
|---|---|
| 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 resource a
TaskManager runs on. |
| InstanceConnectionInfo |
This class encapsulates all connection information necessary to connect to the instance's task manager.
|
| InstanceID |
Class for statistically unique instance IDs.
|
| InstanceManager |
Simple manager that keeps track of which TaskManager are available and alive.
|
| LocalInstanceManager |
A variant of the
InstanceManager that internally spawn task managers as instances, rather than waiting for external
TaskManagers to register. |
| SharedSlot |
This class represents a shared slot.
|
| SimpleSlot |
Class which represents a single slot on a machine or within a shared slot.
|
| Slot |
Base class for slots.
|
| Exception | Description |
|---|---|
| InstanceDiedException |
A special instance signaling that an attempted operation on an instance is not possible,
because the instance has died.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.