public static enum StatsSettings.StatisticsMode extends Enum<StatsSettings.StatisticsMode>
| Enum Constant and Description |
|---|
global |
hosts |
partitions |
ranges |
| Modifier and Type | Method and Description |
|---|---|
static StatsSettings.StatisticsMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatsSettings.StatisticsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatsSettings.StatisticsMode global
public static final StatsSettings.StatisticsMode ranges
public static final StatsSettings.StatisticsMode hosts
public static final StatsSettings.StatisticsMode partitions
public static StatsSettings.StatisticsMode[] values()
for (StatsSettings.StatisticsMode c : StatsSettings.StatisticsMode.values()) System.out.println(c);
public static StatsSettings.StatisticsMode 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 nullCopyright © 2017–2021 DataStax. All rights reserved.