Uses of Enum
org.apache.hadoop.hbase.hbtop.field.FieldValueType
Packages that use FieldValueType
-
Uses of FieldValueType in org.apache.hadoop.hbase.hbtop.field
Fields in org.apache.hadoop.hbase.hbtop.field declared as FieldValueTypeModifier and TypeFieldDescriptionprivate final FieldValueType
Field.fieldValueType
private final FieldValueType
FieldValue.type
Methods in org.apache.hadoop.hbase.hbtop.field that return FieldValueTypeModifier 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.Constructors in org.apache.hadoop.hbase.hbtop.field with parameters of type FieldValueTypeModifierConstructorDescriptionprivate
Field
(String header, String description, boolean autoAdjust, boolean leftJustify, FieldValueType fieldValueType) (package private)
FieldValue
(Object value, FieldValueType type)