Uses of Enum Class
org.apache.hadoop.hbase.hbtop.field.Field
Packages that use Field
Package
Description
-
Uses of Field in org.apache.hadoop.hbase.hbtop
Fields in org.apache.hadoop.hbase.hbtop declared as FieldModifier and TypeFieldDescriptionprivate final Field
RecordFilter.field
private final Field
RecordFilter.FilterBuilder.field
Fields in org.apache.hadoop.hbase.hbtop with type parameters of type FieldModifier and TypeFieldDescriptionprivate final org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap.Builder<Field,
FieldValue> Record.Builder.builder
private final org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<Field,
FieldValue> Record.values
Methods in org.apache.hadoop.hbase.hbtop that return FieldMethods in org.apache.hadoop.hbase.hbtop that return types with arguments of type FieldMethods in org.apache.hadoop.hbase.hbtop with parameters of type FieldModifier and TypeMethodDescriptionstatic Record.Entry
static Record.Entry
Record.entry
(Field field, FieldValue value) private static FieldValue
RecordFilter.getFieldValue
(Field field, String value) static RecordFilter.FilterBuilder
RecordFilter.newBuilder
(Field field) static RecordFilter.FilterBuilder
RecordFilter.newBuilder
(Field field, boolean ignoreCase) Record.Builder.put
(Field key, FieldValue value) Record.put
(Field key, FieldValue value) Method parameters in org.apache.hadoop.hbase.hbtop with type arguments of type FieldModifier and TypeMethodDescriptionprivate static Field
static RecordFilter
Record.Builder.putAll
(Map<Field, FieldValue> map) void
Record.putAll
(Map<? extends Field, ? extends FieldValue> m) Constructors in org.apache.hadoop.hbase.hbtop with parameters of type FieldModifierConstructorDescriptionprivate
Entry
(Field key, FieldValue value) private
FilterBuilder
(Field field, boolean ignoreCase) private
RecordFilter
(boolean ignoreCase, boolean not, Field field, RecordFilter.Operator operator, FieldValue value) Constructor parameters in org.apache.hadoop.hbase.hbtop with type arguments of type FieldModifierConstructorDescriptionprivate
Record
(org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<Field, FieldValue> values) -
Uses of Field in org.apache.hadoop.hbase.hbtop.field
Fields in org.apache.hadoop.hbase.hbtop.field declared as FieldMethods in org.apache.hadoop.hbase.hbtop.field that return FieldModifier and TypeMethodDescriptionFieldInfo.getField()
static Field
Returns the enum constant of this class with the specified name.static Field[]
Field.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.hbase.hbtop.field with parameters of type Field -
Uses of Field in org.apache.hadoop.hbase.hbtop.mode
Methods in org.apache.hadoop.hbase.hbtop.mode that return FieldModifier and TypeMethodDescriptionClientModeStrategy.getDefaultSortField()
Mode.getDefaultSortField()
ModeStrategy.getDefaultSortField()
NamespaceModeStrategy.getDefaultSortField()
RegionModeStrategy.getDefaultSortField()
RegionServerModeStrategy.getDefaultSortField()
TableModeStrategy.getDefaultSortField()
UserModeStrategy.getDefaultSortField()
Methods in org.apache.hadoop.hbase.hbtop.mode with parameters of type FieldModifier and TypeMethodDescriptionModeStrategyUtils.aggregateRecords
(List<Record> records, Field groupBy) Group by records on the basis of supplied groupBy field and Aggregate records usingRecord.combine(Record)
ClientModeStrategy.aggregateRecordsAndAddDistinct
(List<Record> records, Field groupBy, Field distinctField, Field uniqueCountAssignedTo) Aggregate the records and count the unique values for the given distinctFieldRegionModeStrategy.selectModeFieldsAndAddCountField
(List<FieldInfo> fieldInfos, List<Record> records, Field countField) Form new record list with records formed by only fields provided through fieldInfo and add a count field for each record with value 1 We are doing two operation of selecting and adding new field because of saving some CPU cycles on rebuilding the record again -
Uses of Field in org.apache.hadoop.hbase.hbtop.screen
Constructors in org.apache.hadoop.hbase.hbtop.screen with parameters of type FieldModifierConstructorDescriptionScreen
(org.apache.hadoop.conf.Configuration conf, long initialRefreshDelay, Mode initialMode, List<Field> initialFields, Field initialSortField, Boolean initialAscendingSort, List<RecordFilter> initialFilters, long numberOfIterations, boolean batchMode) Constructor parameters in org.apache.hadoop.hbase.hbtop.screen with type arguments of type Field -
Uses of Field in org.apache.hadoop.hbase.hbtop.screen.field
Fields in org.apache.hadoop.hbase.hbtop.screen.field declared as FieldFields in org.apache.hadoop.hbase.hbtop.screen.field with type parameters of type FieldModifier and TypeFieldDescriptionFieldScreenPresenter.fieldDisplayMap
FieldScreenPresenter.fields
Methods in org.apache.hadoop.hbase.hbtop.screen.field with parameters of type FieldModifier and TypeMethodDescriptionvoid
FieldScreenPresenter.ResultListener.accept
(Field sortField, List<Field> fields, EnumMap<Field, Boolean> fieldDisplayMap) void
FieldScreenView.showField
(int pos, Field field, boolean display, boolean selected, int fieldHeaderMaxLength, int fieldDescriptionMaxLength, boolean moveMode) Method parameters in org.apache.hadoop.hbase.hbtop.screen.field with type arguments of type FieldModifier and TypeMethodDescriptionvoid
FieldScreenPresenter.ResultListener.accept
(Field sortField, List<Field> fields, EnumMap<Field, Boolean> fieldDisplayMap) void
FieldScreenPresenter.ResultListener.accept
(Field sortField, List<Field> fields, EnumMap<Field, Boolean> fieldDisplayMap) void
FieldScreenView.showFieldScreen
(String sortFieldHeader, List<Field> fields, EnumMap<Field, Boolean> fieldDisplayMap, int currentPosition, int headerMaxLength, int descriptionMaxLength, boolean moveMode) void
FieldScreenView.showFieldScreen
(String sortFieldHeader, List<Field> fields, EnumMap<Field, Boolean> fieldDisplayMap, int currentPosition, int headerMaxLength, int descriptionMaxLength, boolean moveMode) Constructors in org.apache.hadoop.hbase.hbtop.screen.field with parameters of type FieldModifierConstructorDescriptionFieldScreenPresenter
(FieldScreenView fieldScreenView, Field sortField, List<Field> fields, EnumMap<Field, Boolean> fieldDisplayMap, FieldScreenPresenter.ResultListener resultListener, ScreenView nextScreenView) FieldScreenView
(Screen screen, Terminal terminal, Field sortField, List<Field> fields, EnumMap<Field, Boolean> fieldDisplayMap, FieldScreenPresenter.ResultListener resultListener, ScreenView nextScreenView) Constructor parameters in org.apache.hadoop.hbase.hbtop.screen.field with type arguments of type FieldModifierConstructorDescriptionFieldScreenPresenter
(FieldScreenView fieldScreenView, Field sortField, List<Field> fields, EnumMap<Field, Boolean> fieldDisplayMap, FieldScreenPresenter.ResultListener resultListener, ScreenView nextScreenView) FieldScreenPresenter
(FieldScreenView fieldScreenView, Field sortField, List<Field> fields, EnumMap<Field, Boolean> fieldDisplayMap, FieldScreenPresenter.ResultListener resultListener, ScreenView nextScreenView) FieldScreenView
(Screen screen, Terminal terminal, Field sortField, List<Field> fields, EnumMap<Field, Boolean> fieldDisplayMap, FieldScreenPresenter.ResultListener resultListener, ScreenView nextScreenView) FieldScreenView
(Screen screen, Terminal terminal, Field sortField, List<Field> fields, EnumMap<Field, Boolean> fieldDisplayMap, FieldScreenPresenter.ResultListener resultListener, ScreenView nextScreenView) -
Uses of Field in org.apache.hadoop.hbase.hbtop.screen.top
Fields in org.apache.hadoop.hbase.hbtop.screen.top declared as FieldModifier and TypeFieldDescriptionprivate Field
TopScreenModel.currentSortField
private final Field
Header.field
Fields in org.apache.hadoop.hbase.hbtop.screen.top with type parameters of type FieldModifier and TypeFieldDescriptionTopScreenPresenter.fieldDisplayMap
TopScreenPresenter.fieldLengthMap
TopScreenModel.fields
Methods in org.apache.hadoop.hbase.hbtop.screen.top that return FieldMethods in org.apache.hadoop.hbase.hbtop.screen.top that return types with arguments of type FieldMethods in org.apache.hadoop.hbase.hbtop.screen.top with parameters of type FieldModifier and TypeMethodDescriptionvoid
TopScreenModel.setSortFieldAndFields
(Field sortField, List<Field> fields) void
TopScreenModel.switchMode
(Mode nextMode, Field initialSortField, boolean keepSortFieldAndSortOrderIfPossible, List<Field> initialFields, Boolean initialAscendingSort, List<RecordFilter> initialFilters) Method parameters in org.apache.hadoop.hbase.hbtop.screen.top with type arguments of type FieldModifier and TypeMethodDescriptionprivate void
TopScreenPresenter.initFieldDisplayMapAndFieldLengthMap
(List<Field> initialFields) void
TopScreenModel.setSortFieldAndFields
(Field sortField, List<Field> fields) void
TopScreenModel.switchMode
(Mode nextMode, Field initialSortField, boolean keepSortFieldAndSortOrderIfPossible, List<Field> initialFields, Boolean initialAscendingSort, List<RecordFilter> initialFilters) Constructors in org.apache.hadoop.hbase.hbtop.screen.top with parameters of type FieldModifierConstructorDescriptionTopScreenModel
(Admin admin, Mode initialMode, List<Field> initialFields, Field initialSortField, Boolean initialAscendingSort, List<RecordFilter> initialFilters) TopScreenView
(Screen screen, Terminal terminal, long initialRefreshDelay, Admin admin, Mode initialMode, List<Field> initialFields, Field initialSortField, Boolean initialAscendingSort, List<RecordFilter> initialFilters, long numberOfIterations) Constructor parameters in org.apache.hadoop.hbase.hbtop.screen.top with type arguments of type FieldModifierConstructorDescriptionTopScreenModel
(Admin admin, Mode initialMode, List<Field> initialFields, Field initialSortField, Boolean initialAscendingSort, List<RecordFilter> initialFilters) TopScreenPresenter
(TopScreenView topScreenView, long initialRefreshDelay, TopScreenModel topScreenModel, List<Field> initialFields, long numberOfIterations) TopScreenView
(Screen screen, Terminal terminal, long initialRefreshDelay, Admin admin, Mode initialMode, List<Field> initialFields, Field initialSortField, Boolean initialAscendingSort, List<RecordFilter> initialFilters, long numberOfIterations)