Uses of Enum
org.apache.hadoop.hbase.hbtop.field.FieldValueType
-
Uses of FieldValueType in org.apache.hadoop.hbase.hbtop.field
Modifier and TypeFieldDescriptionprivate final FieldValueType
Field.fieldValueType
private final FieldValueType
FieldValue.type
Modifier and TypeMethodDescriptionField.getFieldValueType()
static FieldValueType
Returns the enum constant of this type with the specified name.static FieldValueType[]
FieldValueType.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionprivate
Field
(String header, String description, boolean autoAdjust, boolean leftJustify, FieldValueType fieldValueType) (package private)
FieldValue
(Object value, FieldValueType type)