public interface RMContainer extends EventHandler<RMContainerEvent>
RMContainerImpl
for an implementation. Containers may be in one
of several states, given in RMContainerState
. An RMContainer
instance may exist even if there is no actual running container, such as
when resources are being reserved to fill space for a future container
allocation.Modifier and Type | Method and Description |
---|---|
ApplicationAttemptId |
getApplicationAttemptId() |
Container |
getContainer() |
ContainerId |
getContainerId() |
NodeId |
getReservedNode() |
Priority |
getReservedPriority() |
Resource |
getReservedResource() |
RMContainerState |
getState() |
handle
ContainerId getContainerId()
ApplicationAttemptId getApplicationAttemptId()
RMContainerState getState()
Container getContainer()
Resource getReservedResource()
NodeId getReservedNode()
Priority getReservedPriority()
Copyright © 2013 Apache Software Foundation. All rights reserved.