public static enum SegmentMetadataQuery.AnalysisType extends Enum<SegmentMetadataQuery.AnalysisType>
| Enum Constant and Description |
|---|
AGGREGATORS |
CARDINALITY |
INTERVAL |
SIZE |
| Modifier and Type | Method and Description |
|---|---|
static SegmentMetadataQuery.AnalysisType |
fromString(String name) |
byte[] |
getCacheKey() |
String |
toString() |
static SegmentMetadataQuery.AnalysisType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SegmentMetadataQuery.AnalysisType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SegmentMetadataQuery.AnalysisType CARDINALITY
public static final SegmentMetadataQuery.AnalysisType SIZE
public static final SegmentMetadataQuery.AnalysisType INTERVAL
public static final SegmentMetadataQuery.AnalysisType AGGREGATORS
public static SegmentMetadataQuery.AnalysisType[] values()
for (SegmentMetadataQuery.AnalysisType c : SegmentMetadataQuery.AnalysisType.values()) System.out.println(c);
public static SegmentMetadataQuery.AnalysisType 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 toString()
toString in class Enum<SegmentMetadataQuery.AnalysisType>public static SegmentMetadataQuery.AnalysisType fromString(String name)
public byte[] getCacheKey()
Copyright © 2011–2016. All rights reserved.