Interface | Description |
---|---|
Scorer<T> |
This is the interface for calculating the score of the container.
|
Class | Description |
---|---|
Container |
This class is for the logical representation of container and it has getter and setter
property to retrieve and set the task instances allocated to the container.
|
ContainerIdScorer |
This class is to sort the container in an ascending order.
|
TaskSchedulePlanBuilder |
This class is mainly responsible for building the task schedule plan.
|