public static enum QueryManager.PartitionStat extends Enum<QueryManager.PartitionStat>
Enum Constant and Description |
---|
ACTUAL_QUERIES_SEEN |
DISTRIBUTION_PARTITION_SIZE |
EXPECTED_QUERIES_SEEN |
LARGEST_PARTITION |
PARTITION_COUNT |
QUERY_COUNT |
SMALLEST_PARTITION |
STDDEV_PARTITION_SIZE |
Modifier and Type | Method and Description |
---|---|
static QueryManager.PartitionStat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryManager.PartitionStat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryManager.PartitionStat QUERY_COUNT
public static final QueryManager.PartitionStat PARTITION_COUNT
public static final QueryManager.PartitionStat ACTUAL_QUERIES_SEEN
public static final QueryManager.PartitionStat EXPECTED_QUERIES_SEEN
public static final QueryManager.PartitionStat STDDEV_PARTITION_SIZE
public static final QueryManager.PartitionStat LARGEST_PARTITION
public static final QueryManager.PartitionStat SMALLEST_PARTITION
public static final QueryManager.PartitionStat DISTRIBUTION_PARTITION_SIZE
public static QueryManager.PartitionStat[] values()
for (QueryManager.PartitionStat c : QueryManager.PartitionStat.values()) System.out.println(c);
public static QueryManager.PartitionStat 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 © 2021. All rights reserved.