|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.tgo.model.IltState
ilog.tgo.model.IltSimpleState
ilog.tgo.model.IltNumericState
ilog.tgo.model.IltLimitedNumericState
ilog.tgo.model.IltSAN.SecState
public static class IltSAN.SecState
Any secondary state in the IltSAN state system is an instance
of this class.
This class models states which can have numeric values,
defined inside an interval given by MaxValue and
MinValue.
Instances of this class should only be set together with an associated
value. The value must be any of the following types:
int float Number int[] long[] float[] double[] Number[] Note: By default, the MinValue is zero and
the MaxValue is Float.MAX_VALUE.
IltObjectState.set(IltState, Object)| Field Summary | |
|---|---|
static IltSAN.SecState |
Allocated
A state to model allocated storage space. |
static IltSAN.SecState |
Available
A state to model available storage space. |
static IltSAN.SecState |
BackRecovery
A state to model back recovery. |
static IltSAN.SecState |
Bandwidth
A state to model bandwidth. |
static IltSAN.SecState |
Capacity
A state to model storage capacity. |
static IltSAN.SecState |
CapacityUtilization
A state to model storage capacity utilization. |
static IltSAN.SecState |
CPU
A state to model CPU power. |
static IltSAN.SecState |
DataAccessDelay
A state to model data access delays. |
static IltSAN.SecState |
Fragmentation
A state to model disk fragmentation. |
static IltSAN.SecState |
IO
A state to model I/O. |
static IltSAN.SecState |
LostData
A state to model lost data. |
static IltStateInfo |
metainfo
Contains metainformation about this class. |
static IltSAN.SecState |
Usage
A state to model disk usage. |
| Fields inherited from class ilog.tgo.model.IltLimitedNumericState |
|---|
MaxValue, MinValue |
| Fields inherited from class ilog.tgo.model.IltState |
|---|
_message |
| Constructor Summary | |
|---|---|
|
IltSAN.SecState()
This constructor is used by CSS styling mechanism. |
protected |
IltSAN.SecState(String name,
String desc,
String message)
|
protected |
IltSAN.SecState(String name,
String description,
String message,
Number defaultValue,
Number maxValue,
boolean useMax,
Number minValue,
boolean useMin)
|
| Method Summary |
|---|
| Methods inherited from class ilog.tgo.model.IltLimitedNumericState |
|---|
clone, copy, getMaxValue, getMinValue, getValue, getValues, isUsingMaxValue, isUsingMinValue, isValid, list, setDefault, setDescription, setMaxValue, setMessage, setMinValue, setName, setUsingMaxValue, setUsingMinValue |
| Methods inherited from class ilog.tgo.model.IltNumericState |
|---|
getDouble, getToolTipText, getToolTipText |
| Methods inherited from class ilog.tgo.model.IltSimpleState |
|---|
createValue, getDefault, hasDefault |
| Methods inherited from class ilog.tgo.model.IltState |
|---|
CreateNameFilter, CreateStateFilter, equals, getAliases, getAllPaths, getAltName, getDescription, getName, getProperty, getStateInfo, hasDescription, hashCode, intern, isInside, IsPropertyTransient, removeProperty, setAltName, setProperty, SetPropertyTransient, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static IltSAN.SecState IO
public static IltSAN.SecState Allocated
public static IltSAN.SecState Available
public static IltSAN.SecState BackRecovery
public static IltSAN.SecState Bandwidth
public static IltSAN.SecState Capacity
public static IltSAN.SecState CapacityUtilization
public static IltSAN.SecState CPU
public static IltSAN.SecState DataAccessDelay
public static IltSAN.SecState Fragmentation
public static IltSAN.SecState LostData
public static IltSAN.SecState Usage
public static IltStateInfo metainfo
| Constructor Detail |
|---|
protected IltSAN.SecState(String name,
String desc,
String message)
protected IltSAN.SecState(String name,
String description,
String message,
Number defaultValue,
Number maxValue,
boolean useMax,
Number minValue,
boolean useMin)
public IltSAN.SecState()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||