public static enum GTSWrapper._Fields extends java.lang.Enum<GTSWrapper._Fields> implements org.apache.thrift.TFieldIdEnum
| Enum Constant and Description |
|---|
BASE
Base timestamp, if not set assumed to be 0
|
BUCKETCOUNT
Bucket count for bucketized GTS
|
BUCKETSPAN
Bucket span for bucketized GTS
|
COMPRESSED
Flag indicating if 'encoded' is gzip compressed
|
COMPRESSION_PASSES
Number of compression passes done on the input data
|
COUNT
Number of datapoints encoded in the wrapped GTS
|
ENCODED
Encoded GTS content
|
KEY
Encoding key is used
|
LASTBUCKET
Last bucket for bucketized GTS
|
METADATA
Metadata for the GTS
|
| Modifier and Type | Method and Description |
|---|---|
static GTSWrapper._Fields |
findByName(java.lang.String name)
Find the _Fields constant that matches name, or null if its not found.
|
static GTSWrapper._Fields |
findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.
|
static GTSWrapper._Fields |
findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
|
java.lang.String |
getFieldName() |
short |
getThriftFieldId() |
static GTSWrapper._Fields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GTSWrapper._Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GTSWrapper._Fields METADATA
public static final GTSWrapper._Fields LASTBUCKET
public static final GTSWrapper._Fields BUCKETSPAN
public static final GTSWrapper._Fields BUCKETCOUNT
public static final GTSWrapper._Fields KEY
public static final GTSWrapper._Fields BASE
public static final GTSWrapper._Fields ENCODED
public static final GTSWrapper._Fields COUNT
public static final GTSWrapper._Fields COMPRESSED
public static final GTSWrapper._Fields COMPRESSION_PASSES
public static GTSWrapper._Fields[] values()
for (GTSWrapper._Fields c : GTSWrapper._Fields.values()) System.out.println(c);
public static GTSWrapper._Fields valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static GTSWrapper._Fields findByThriftId(int fieldId)
public static GTSWrapper._Fields findByThriftIdOrThrow(int fieldId)
public static GTSWrapper._Fields findByName(java.lang.String name)
public short getThriftFieldId()
getThriftFieldId in interface org.apache.thrift.TFieldIdEnumpublic java.lang.String getFieldName()
getFieldName in interface org.apache.thrift.TFieldIdEnum