public static class IltSAN.SecState extends IltLimitedNumericState
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[]
, or Number[]
. Note: By default, the MinValue
is zero and
the MaxValue
is Float.MAX_VALUE
.
IltObjectState.set(IltState, Object)
Modifier and Type | Field and Description |
---|---|
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.
|
MaxValue, MinValue
Modifier | Constructor and Description |
---|---|
|
SecState()
This constructor is used by CSS styling mechanism.
|
protected |
SecState(String name,
String desc,
String message) |
protected |
SecState(String name,
String description,
String message,
Number defaultValue,
Number maxValue,
boolean useMax,
Number minValue,
boolean useMin) |
clone, copy, getMaxValue, getMinValue, getValue, getValues, isUsingMaxValue, isUsingMinValue, isValid, list, setDefault, setDescription, setMaxValue, setMessage, setMinValue, setName, setUsingMaxValue, setUsingMinValue
getDouble, getToolTipText, getToolTipText
createValue, getDefault, hasDefault
CreateNameFilter, CreateStateFilter, equals, getAliases, getAllPaths, getAltName, getDescription, getName, getProperty, getStateInfo, hasDescription, hashCode, intern, isInside, IsPropertyTransient, removeProperty, setAltName, setProperty, SetPropertyTransient, toString
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
protected SecState(String name, String description, String message, Number defaultValue, Number maxValue, boolean useMax, Number minValue, boolean useMin)
public SecState()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.