| Package | Description |
|---|---|
| com.ibm.rational.test.lt.kernel.statistics | |
| com.ibm.rational.test.lt.kernel.statistics.impl |
| Modifier and Type | Method and Description |
|---|---|
IStatTree |
IStatTree.getStat(String n,
StatType type)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static StatType[] |
StatType.ALL_TYPES
Deprecated.
An array of all the known StatTypes
|
static StatType |
StatType.AVERAGE
Deprecated.
An AVERAGE counter represents a collection of values which should be averaged.
|
static StatType |
StatType.DISTRIBUTION
Deprecated.
A DISTRIBUTION counter represents a collection of values which should be averaged and a minimum and maximum value
are of interest.
|
static StatType |
StatType.RANGE
Deprecated.
A RANGE counter represents a collection of values which should be averaged and a minimum and maximum value
are of interest.
|
static StatType |
StatType.RATE
Deprecated.
A RATE counter represents a number of occurrences over a time period.
|
static StatType |
StatType.SCALAR
Deprecated.
A SCALAR counter is used when a simple count of events or objects is desired.
|
static StatType |
StatType.STATIC
Deprecated.
A STATIC counter is SCALAR that is used to provide the cumulative value for the life of the counter.
|
static StatType |
StatType.STRUCTURE
Deprecated.
A STRUCTURE StatType is specified when the only purpose of the counter is to build hierarchy for other counters.
|
static StatType |
StatType.TEXT
Deprecated.
A TEXT counter is used for values that do not fit the other types.
|
static StatType |
StatType.VERIFICATION_POINT
Deprecated.
A VERIFICATION_POINT counter represents the results of a
test verification point.
|
© Copyright IBM Corp. 2016. All rights reserved.