Class HistogramInfo

    • Constructor Detail

      • HistogramInfo

        public HistogramInfo()
      • HistogramInfo

        public HistogramInfo​(HistogramInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getCount

        public Long getCount()
        Get 统计周期内的日志条数
        Returns:
        Count 统计周期内的日志条数
      • setCount

        public void setCount​(Long Count)
        Set 统计周期内的日志条数
        Parameters:
        Count - 统计周期内的日志条数
      • getBTime

        public Long getBTime()
        Get 按 period 取整后的 unix timestamp: 单位毫秒
        Returns:
        BTime 按 period 取整后的 unix timestamp: 单位毫秒
      • setBTime

        public void setBTime​(Long BTime)
        Set 按 period 取整后的 unix timestamp: 单位毫秒
        Parameters:
        BTime - 按 period 取整后的 unix timestamp: 单位毫秒