Class BoundaryStatisticImpl

    • Field Detail

      • lowerBound

        private final long lowerBound
      • upperBound

        private final long upperBound
    • Constructor Detail

      • BoundaryStatisticImpl

        public BoundaryStatisticImpl​(long lower,
                                     long upper,
                                     java.lang.String name,
                                     java.lang.String unit,
                                     java.lang.String desc,
                                     long startTime,
                                     long sampleTime)
    • Method Detail

      • getLowerBound

        public long getLowerBound()
        Description copied from interface: BoundaryStatistic
        The lower limit of the value of this attribute.The upper limit of the value of this attribute.
        Specified by:
        getLowerBound in interface BoundaryStatistic
      • invoke

        public java.lang.Object invoke​(java.lang.Object proxy,
                                       java.lang.reflect.Method m,
                                       java.lang.Object[] args)
                                throws java.lang.Throwable
        Specified by:
        invoke in interface java.lang.reflect.InvocationHandler
        Throws:
        java.lang.Throwable