com.ibm.websphere.pmi.stat

Class CountStatisticImpl

    • Field Detail

      • count

        protected long count
        Deprecated. 
    • Constructor Detail

      • CountStatisticImpl

        public CountStatisticImpl(int dataId)
        Deprecated. 
      • CountStatisticImpl

        public CountStatisticImpl(int dataId,
                          long count,
                          long startTime,
                          long lastSampleTime)
        Deprecated. 
      • CountStatisticImpl

        public CountStatisticImpl(int id,
                          java.lang.String name,
                          java.lang.String unit,
                          java.lang.String description,
                          long startTime,
                          long lastSampleTime)
        Deprecated. 
    • Method Detail

      • reset

        public void reset(boolean resetAll)
        Deprecated. 
      • set

        public void set(long count,
               long startTime,
               long lastSampleTime)
        Deprecated. 
      • combine

        public void combine(Statistic otherStat)
        Deprecated. 
        Description copied from class: StatisticImpl
        Aggregate the value of parameter data to this data
        Specified by:
        combine in class StatisticImpl
        Parameters:
        otherStat - must have the same data ID and type
      • setCount

        public void setCount(long value)
        Deprecated. 
      • increment

        public void increment()
        Deprecated. 
        Server side only method
      • increment

        public void increment(long val)
        Deprecated. 
        Server side only method
      • decrement

        public void decrement()
        Deprecated. 
        Server side only method
      • decrement

        public void decrement(long val)
        Deprecated. 
        Server side only method
      • toString

        public java.lang.String toString()
        Deprecated. 
        Overrides:
        toString in class StatisticImpl
      • toString

        public java.lang.String toString(java.lang.String indent)
        Deprecated. 
        Overrides:
        toString in class StatisticImpl
      • update

        public void update(Statistic otherStat)
        Deprecated. 
        Description copied from class: StatisticImpl
        Update itself with the new value in data.
        Specified by:
        update in class StatisticImpl
        Parameters:
        otherStat - must have the same data ID and type
      • delta

        public Statistic delta(Statistic otherStat)
        Deprecated. 
        Specified by:
        delta in class StatisticImpl
        Parameters:
        otherStat - must have the same data ID and type
        Returns:
        an Statistic object whose value is the difference of (this - data)
      • resetOnClient

        public void resetOnClient(Statistic other)
        Deprecated. 
        Description copied from class: StatisticImpl
        Reset the data value to zero on client side. When using update method, the value will always be the value since the last reset is called.
        Specified by:
        resetOnClient in class StatisticImpl
        Parameters:
        other - must have the same data ID and type
IBM WebSphere Application ServerTM
Release 8.5