|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ContainerAllocatorListener
Interface used for allocator to notify newly allocated and completed containers.
| Method Summary | |
|---|---|
void |
allocated(List<Container> allocatedContainers)
Invoked when new containers are allocated. |
void |
completed(List<ContainerStatus> completedContainers)
Invoked when containers are releases and thus marked as completed. |
| Method Detail |
|---|
void allocated(List<Container> allocatedContainers)
allocatedContainers - list of allocated Containersvoid completed(List<ContainerStatus> completedContainers)
completedContainers - list of completed ContainerStatuss
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||