public static enum Aggregator.BucketGranularity extends Enum<Aggregator.BucketGranularity>
| Enum Constant and Description |
|---|
E12 |
E192 |
E24 |
E48 |
E6 |
E96 |
POWERSOF2 |
R10 |
R20 |
R40 |
R5 |
R80 |
SERIES_125 |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static Aggregator.BucketGranularity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregator.BucketGranularity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Aggregator.BucketGranularity R5
public static final Aggregator.BucketGranularity R10
public static final Aggregator.BucketGranularity R20
public static final Aggregator.BucketGranularity R40
public static final Aggregator.BucketGranularity R80
public static final Aggregator.BucketGranularity E6
public static final Aggregator.BucketGranularity E12
public static final Aggregator.BucketGranularity E24
public static final Aggregator.BucketGranularity E48
public static final Aggregator.BucketGranularity E96
public static final Aggregator.BucketGranularity E192
public static final Aggregator.BucketGranularity POWERSOF2
public static final Aggregator.BucketGranularity SERIES_125
public static Aggregator.BucketGranularity[] values()
for (Aggregator.BucketGranularity c : Aggregator.BucketGranularity.values()) System.out.println(c);
public static Aggregator.BucketGranularity valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
Copyright © 2022. All rights reserved.