Interface HistogramState

    • Method Detail

      • get

        TypedHistogram get()
        will create an empty histogram if none exists
        Returns:
        histogram based on the type of state (single, grouped). Note that empty histograms will serialize to null as required
      • addMemoryUsage

        void addMemoryUsage​(long memory)
      • deserialize

        void deserialize​(Block block,
                         int expectedSize)