Package | Description |
---|---|
org.apache.hadoop.hbase.hbtop.field |
Modifier and Type | Field and Description |
---|---|
private FieldValueType |
Field.fieldValueType |
private FieldValueType |
FieldValue.type |
Modifier and Type | Method and Description |
---|---|
FieldValueType |
Field.getFieldValueType() |
static FieldValueType |
FieldValueType.valueOf(String name)
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.
|
Constructor and Description |
---|
Field(String header,
String description,
boolean autoAdjust,
boolean leftJustify,
FieldValueType fieldValueType) |
FieldValue(Object value,
FieldValueType type) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.