com.ibm.wsspi.pmi.stat

Interface SPICountStatistic

All Superinterfaces:
SPIStatistic, com.ibm.websphere.pmi.stat.WSCountStatistic, com.ibm.websphere.pmi.stat.WSStatistic

  1. public interface SPICountStatistic
  2. extends SPIStatistic, com.ibm.websphere.pmi.stat.WSCountStatistic
WebSphere interface to instrument a Count statistic.

Method Summary

Modifier and Type Method and Description
  1. void
decrement()
Decrement the Count statistic by 1
  1. void
decrement(long decVal)
Decrement the Count statistic by decVal
  1. void
decrement(long lastSampleTime,long incVal)
Decrement the Count statistic by decVal
  1. void
increment()
Increment the Count statistic by 1
  1. void
increment(long incVal)
Increment the Count statistic by incVal
  1. void
increment(long lastSampleTime,long incVal)
Increment the Count statistic by incVal
  1. void
set(long count,long startTime,long lastSampleTime)
Set the Count statistic with the following values
  1. void
setCount(long value)
Set the count to the following value
Methods inherited from interface com.ibm.wsspi.pmi.stat.SPIStatistic
isEnabled, reset, setLastSampleTime, setStartTime
Methods inherited from interface com.ibm.websphere.pmi.stat.WSCountStatistic
getCount
Methods inherited from interface com.ibm.websphere.pmi.stat.WSStatistic
combine, copy, delta, getDataInfo, getDescription, getId, getLastSampleTime, getName, getStartTime, getUnit, rateOfChange, resetOnClient, setDataInfo, setDataInfo, toString, toXML, update

Method Detail

increment

  1. void increment()
Increment the Count statistic by 1

increment

  1. void increment(long incVal)
Increment the Count statistic by incVal

increment

  1. void increment(long lastSampleTime,
  2. long incVal)
Increment the Count statistic by incVal

decrement

  1. void decrement()
Decrement the Count statistic by 1

decrement

  1. void decrement(long decVal)
Decrement the Count statistic by decVal

decrement

  1. void decrement(long lastSampleTime,
  2. long incVal)
Decrement the Count statistic by decVal

set

  1. void set(long count,
  2. long startTime,
  3. long lastSampleTime)
Set the Count statistic with the following values

setCount

  1. void setCount(long value)
Set the count to the following value