-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum BucketStats.Format extends Enum<BucketStats.Format>
How to format the JSON output.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CumulativeRightCombine buckets summing from the right, e.g. 0, max, 10, max, 20, max
CumulativeLeftCombine buckets summing from the left, e.g. [min, 0), [min, 10), [min, 20)
SeparateInclude individual buckets, e.g. [min, 0), [0, 10), [10, 20), 20, max
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-