com.ibm.websphere.pmi.stat

Class TimeStatisticImpl

    • Field Detail

      • count

        protected long count
        Deprecated. 
      • min

        protected long min
        Deprecated. 
      • max

        protected long max
        Deprecated. 
      • total

        protected long total
        Deprecated. 
      • sumOfSquares

        protected long sumOfSquares
        Deprecated. 
    • Constructor Detail

      • TimeStatisticImpl

        public TimeStatisticImpl(int dataId)
        Deprecated. 
      • TimeStatisticImpl

        public TimeStatisticImpl(int count,
                         int min,
                         int max,
                         int total,
                         int sumOfSquares,
                         int startTime,
                         int lastSampleTime)
        Deprecated. 
      • TimeStatisticImpl

        public TimeStatisticImpl(int dataId,
                         long count,
                         long min,
                         long max,
                         long total,
                         long sumOfSquares,
                         long startTime,
                         long lastSampleTime)
        Deprecated. 
      • TimeStatisticImpl

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

      • setDataId

        public void setDataId(int id)
        Deprecated. 
      • add

        public void add(long val)
        Deprecated. 
      • set

        public void set(long count,
               long min,
               long max,
               long total,
               long sumOfSquares,
               long startTime,
               long lastSampleTime)
        Deprecated. 
      • reset

        public void reset(boolean resetAll)
        Deprecated. 
      • getTotal

        public long getTotal()
        Deprecated. 
      • getMean

        public double getMean()
        Deprecated. 
      • getMin

        public long getMin()
        Deprecated. 
      • getMax

        public long getMax()
        Deprecated. 
      • getSumOfSquares

        public long getSumOfSquares()
        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
      • 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