Package 

Enum BucketStats.Format

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CumulativeRight

      Combine buckets summing from the right, e.g. 0, max, 10, max, 20, max

      CumulativeLeft

      Combine buckets summing from the left, e.g. [min, 0), [min, 10), [min, 20)

      Separate

      Include individual buckets, e.g. [min, 0), [0, 10), [10, 20), 20, max

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait