public static enum DirectoryStatsResponse._Fields extends java.lang.Enum<DirectoryStatsResponse._Fields> implements org.apache.thrift.TFieldIdEnum
| Enum Constant and Description |
|---|
CLASS_CARDINALITY
Estimator for the number of distinct classes
|
ERROR
Detail of encountered error
|
GTS_COUNT
Estimation of total number of matching GTS
|
LABEL_NAMES_CARDINALITY
Estimator for the number of distinct label names
|
LABEL_VALUES_CARDINALITY
Estimator for the number of distinct label values
|
PER_CLASS_CARDINALITY
Number of GTS per class (if number of different classes is small)
|
PER_LABEL_VALUE_CARDINALITY
Estimations of the number of different values per label (if number of labels is small)
|
| Modifier and Type | Method and Description |
|---|---|
static DirectoryStatsResponse._Fields |
findByName(java.lang.String name)
Find the _Fields constant that matches name, or null if its not found.
|
static DirectoryStatsResponse._Fields |
findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.
|
static DirectoryStatsResponse._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 DirectoryStatsResponse._Fields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DirectoryStatsResponse._Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirectoryStatsResponse._Fields CLASS_CARDINALITY
public static final DirectoryStatsResponse._Fields LABEL_NAMES_CARDINALITY
public static final DirectoryStatsResponse._Fields LABEL_VALUES_CARDINALITY
public static final DirectoryStatsResponse._Fields PER_LABEL_VALUE_CARDINALITY
public static final DirectoryStatsResponse._Fields PER_CLASS_CARDINALITY
public static final DirectoryStatsResponse._Fields GTS_COUNT
public static final DirectoryStatsResponse._Fields ERROR
public static DirectoryStatsResponse._Fields[] values()
for (DirectoryStatsResponse._Fields c : DirectoryStatsResponse._Fields.values()) System.out.println(c);
public static DirectoryStatsResponse._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 DirectoryStatsResponse._Fields findByThriftId(int fieldId)
public static DirectoryStatsResponse._Fields findByThriftIdOrThrow(int fieldId)
public static DirectoryStatsResponse._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