IBM Rational Performance Tester TES

Uses of Class
com.ibm.rational.test.lt.kernel.statistics.impl.StatType

Packages that use StatType
com.ibm.rational.test.lt.kernel.statistics   
com.ibm.rational.test.lt.kernel.statistics.impl   
 

Uses of StatType in com.ibm.rational.test.lt.kernel.statistics
 

Methods in com.ibm.rational.test.lt.kernel.statistics with parameters of type StatType
 com.ibm.rational.test.lt.kernel.statistics.impl.StatTree IStatTree.getStat(String n, StatType type)
          Retrieves a child counter.
 

Uses of StatType in com.ibm.rational.test.lt.kernel.statistics.impl
 

Fields in com.ibm.rational.test.lt.kernel.statistics.impl declared as StatType
static StatType[] StatType.ALL_TYPES
          An array of all the known StatTypes
static StatType StatType.AVERAGE
          An AVERAGE counter represents a collection of values which should be averaged.
static StatType StatType.DISTRIBUTION
          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
          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
          A RATE counter represents a number of occurrences over a time period.
static StatType StatType.SCALAR
          A SCALAR counter is used when a simple count of events or objects is desired.
static StatType StatType.STATIC
          A STATIC counter is SCALAR that is used to provide the cumulative value for the life of the counter.
static StatType StatType.STRUCTURE
          A STRUCTURE StatType is specified when the only purpose of the counter is to build hierarchy for other counters.
static StatType StatType.TEXT
          A TEXT counter is used for values that do not fit the other types.
static StatType StatType.VERIFICATION_POINT
          A VERIFICATION_POINT counter represents the results of a test verification point.
 


IBM Rational Performance Tester TES

© Copyright IBM Corp. 2012. All rights reserved.