public interface ResourceQuotaRuleLimit extends GEObject
Warning: The ResourceQuotaRuleLimit class will not be compatible with future Sun™ Grid Engine releases.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
dump() |
double |
getDvalue()
Get the value of the dvalue attribute.
|
java.lang.String |
getName()
Get the value of the name attribute.
|
int |
getType()
Get the value of the type attribute.
|
ResourceUtilization |
getUsage(int index)
Get a com.sun.grid.jgdi.configuration.ResourceUtilization attribute at an index.
|
int |
getUsageCount()
Get the number of com.sun.grid.jgdi.configuration.ResourceUtilization attributes.
|
java.util.List<ResourceUtilization> |
getUsageList()
Get a unmodifiable list of all com.sun.grid.jgdi.configuration.ResourceUtilization attributes.
|
java.lang.String |
getValue()
Get the value of the value attribute.
|
boolean |
isDynamic()
Get the value of the dynamic attribute.
|
boolean |
isSetDvalue()
Determine if any dvalue attribute is set
|
boolean |
isSetDynamic()
Determine if any dynamic attribute is set
|
boolean |
isSetName()
Determine if any name attribute is set
|
boolean |
isSetType()
Determine if any type attribute is set
|
boolean |
isSetUsage()
Determine if any usage attribute is set
|
boolean |
isSetValue()
Determine if any value attribute is set
|
void |
setName(java.lang.String aName)
Set the name attribute.
|
void |
setValue(java.lang.String aValue)
Set the value attribute.
|
equalsCompletely, getParentvoid setName(java.lang.String aName)
aName - the new value for the name attributejava.lang.String getName()
boolean isSetName()
true if the name attribute is setvoid setValue(java.lang.String aValue)
aValue - the new value for the value attributejava.lang.String getValue()
boolean isSetValue()
true if the value attribute is setint getType()
boolean isSetType()
true if the type attribute is setdouble getDvalue()
boolean isSetDvalue()
true if the dvalue attribute is setjava.util.List<ResourceUtilization> getUsageList()
int getUsageCount()
ResourceUtilization getUsage(int index)
index - the index of the com.sun.grid.jgdi.configuration.ResourceUtilization attribute which should be
removedboolean isSetUsage()
true if the usage attribute is setboolean isDynamic()
boolean isSetDynamic()
true if the dynamic attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.