| Modifier and Type | Field and Description | 
|---|---|
private Field | 
RecordFilter.field  | 
private Field | 
RecordFilter.FilterBuilder.field  | 
| Modifier and Type | Field and Description | 
|---|---|
private org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap.Builder<Field,FieldValue> | 
Record.Builder.builder  | 
private org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<Field,FieldValue> | 
Record.values  | 
| Modifier and Type | Method and Description | 
|---|---|
Field | 
RecordFilter.getField()  | 
private static Field | 
RecordFilter.getField(List<Field> fields,
        String fieldString)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Map.Entry<Field,FieldValue>> | 
Record.entrySet()  | 
Set<Field> | 
Record.keySet()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Record.Entry | 
Record.entry(Field field,
     FieldValue value)  | 
static Record.Entry | 
Record.entry(Field field,
     Object 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)  | 
FieldValue | 
Record.put(Field key,
   FieldValue value)  | 
Record.Builder | 
Record.Builder.put(Field key,
   FieldValue value)  | 
Record.Builder | 
Record.Builder.put(Field key,
   Object value)  | 
| Modifier and Type | Method and Description | 
|---|---|
private static Field | 
RecordFilter.getField(List<Field> fields,
        String fieldString)  | 
static RecordFilter | 
RecordFilter.parse(String filterString,
     List<Field> fields,
     boolean ignoreCase)  | 
void | 
Record.putAll(Map<? extends Field,? extends FieldValue> m)  | 
Record.Builder | 
Record.Builder.putAll(Map<Field,FieldValue> map)  | 
| Constructor and Description | 
|---|
Entry(Field key,
     FieldValue value)  | 
FilterBuilder(Field field,
             boolean ignoreCase)  | 
RecordFilter(boolean ignoreCase,
            boolean not,
            Field field,
            RecordFilter.Operator operator,
            FieldValue value)  | 
| Constructor and Description | 
|---|
Record(org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap<Field,FieldValue> values)  | 
| Modifier and Type | Field and Description | 
|---|---|
private Field | 
FieldInfo.field  | 
| Modifier and Type | Method and Description | 
|---|---|
Field | 
FieldInfo.getField()  | 
static Field | 
Field.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Field[] | 
Field.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
FieldInfo(Field field,
         int defaultLength,
         boolean displayByDefault)  | 
| Modifier and Type | Method and Description | 
|---|---|
Field | 
RegionModeStrategy.getDefaultSortField()  | 
Field | 
Mode.getDefaultSortField()  | 
Field | 
ClientModeStrategy.getDefaultSortField()  | 
Field | 
UserModeStrategy.getDefaultSortField()  | 
Field | 
TableModeStrategy.getDefaultSortField()  | 
Field | 
ModeStrategy.getDefaultSortField()  | 
Field | 
NamespaceModeStrategy.getDefaultSortField()  | 
Field | 
RegionServerModeStrategy.getDefaultSortField()  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<Record> | 
ModeStrategyUtils.aggregateRecords(List<Record> records,
                Field groupBy)
Group by records on the basis of supplied groupBy field and
 Aggregate records using  
Record.combine(Record) | 
(package private) List<Record> | 
ClientModeStrategy.aggregateRecordsAndAddDistinct(List<Record> records,
                              Field groupBy,
                              Field distinctField,
                              Field uniqueCountAssignedTo)
Aggregate the records and count the unique values for the given distinctField 
 | 
(package private) List<Record> | 
RegionModeStrategy.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 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private Field | 
FieldScreenPresenter.sortField  | 
| Modifier and Type | Field and Description | 
|---|---|
private EnumMap<Field,Boolean> | 
FieldScreenPresenter.fieldDisplayMap  | 
private List<Field> | 
FieldScreenPresenter.fields  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
| Constructor and Description | 
|---|
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)  | 
| Constructor and Description | 
|---|
FieldScreenPresenter(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)  | 
| Modifier and Type | Field and Description | 
|---|---|
private Field | 
TopScreenModel.currentSortField  | 
private Field | 
Header.field  | 
| Modifier and Type | Field and Description | 
|---|---|
private EnumMap<Field,Boolean> | 
TopScreenPresenter.fieldDisplayMap  | 
private EnumMap<Field,Integer> | 
TopScreenPresenter.fieldLengthMap  | 
private List<Field> | 
TopScreenModel.fields  | 
| Modifier and Type | Method and Description | 
|---|---|
Field | 
TopScreenModel.getCurrentSortField()  | 
Field | 
Header.getField()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Field> | 
TopScreenModel.getFields()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TopScreenModel.setSortFieldAndFields(Field sortField,
                     List<Field> fields)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TopScreenModel.setSortFieldAndFields(Field sortField,
                     List<Field> fields)  | 
| Constructor and Description | 
|---|
Header(Field field,
      int length)  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.