@InterfaceAudience.Private @InterfaceStability.Unstable public class CSAssignment extends Object
Constructor and Description |
---|
CSAssignment(boolean skipped) |
CSAssignment(FiCaSchedulerApp application,
RMContainer excessReservation) |
CSAssignment(Resource resource,
NodeType type) |
Modifier and Type | Method and Description |
---|---|
FiCaSchedulerApp |
getApplication() |
RMContainer |
getExcessReservation() |
Resource |
getResource() |
boolean |
getSkipped() |
NodeType |
getType() |
void |
setType(NodeType type) |
String |
toString() |
public CSAssignment(FiCaSchedulerApp application, RMContainer excessReservation)
public CSAssignment(boolean skipped)
public Resource getResource()
public NodeType getType()
public void setType(NodeType type)
public FiCaSchedulerApp getApplication()
public RMContainer getExcessReservation()
public boolean getSkipped()
Copyright © 2013 Apache Software Foundation. All rights reserved.