Class LongHistogram

  • All Implemented Interfaces:
    PostProcessor, java.lang.AutoCloseable

    public class LongHistogram
    extends java.lang.Object
    implements PostProcessor
    • Constructor Summary

      Constructors 
      Constructor Description
      LongHistogram​(int bits)  
    • Method Summary

      Modifier and Type Method Description
      void close()  
      void process​(java.lang.Object[] values)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LongHistogram

        public LongHistogram​(int bits)
    • Method Detail

      • process

        public void process​(java.lang.Object[] values)
        Specified by:
        process in interface PostProcessor
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable