Class DescriptiveStatisticsHistogram

    • Constructor Detail

      • DescriptiveStatisticsHistogram

        public DescriptiveStatisticsHistogram​(int windowSize)
    • Method Detail

      • update

        public void update​(long value)
        Specified by:
        update in interface org.apache.flink.metrics.Histogram
      • getCount

        public long getCount()
        Specified by:
        getCount in interface org.apache.flink.metrics.Histogram
      • getStatistics

        public org.apache.flink.metrics.HistogramStatistics getStatistics()
        Specified by:
        getStatistics in interface org.apache.flink.metrics.Histogram