| Interface | Description |
|---|---|
| ContainerAllocator |
General interface for container allocators.
|
| Class | Description |
|---|---|
| AbstractAllocator |
The base class for Container allocator implementations.
|
| AbstractPollingAllocator |
Base implementation of allocator which is meant to handle
allocation by doing a simple periodic polling against
resource manager.
|
| ContainerAllocateData |
Acts as a main entry point abstracting access for
ResourceRequests. |
| DefaultAllocateCountTracker |
Helper class tracking allocation counts.
|
| DefaultAllocateCountTracker.AllocateCountInfo | |
| DefaultContainerAllocator |
Default allocator which polls resource manager, requests new containers
and acts as a heart beat sender at the same time.
|