@InterfaceAudience.Private public final class TableModeStrategy extends Object implements ModeStrategy
ModeStrategy for Table Mode.| Modifier and Type | Field and Description | 
|---|---|
private List<FieldInfo> | 
fieldInfos  | 
private RegionModeStrategy | 
regionModeStrategy  | 
| Constructor and Description | 
|---|
TableModeStrategy()  | 
| Modifier and Type | Method and Description | 
|---|---|
DrillDownInfo | 
drillDown(Record selectedRecord)  | 
Field | 
getDefaultSortField()  | 
List<FieldInfo> | 
getFieldInfos()  | 
List<Record> | 
getRecords(ClusterMetrics clusterMetrics,
          List<RecordFilter> pushDownFilters)  | 
private final List<FieldInfo> fieldInfos
private final RegionModeStrategy regionModeStrategy
TableModeStrategy()
public List<FieldInfo> getFieldInfos()
getFieldInfos in interface ModeStrategypublic Field getDefaultSortField()
getDefaultSortField in interface ModeStrategypublic List<Record> getRecords(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters)
getRecords in interface ModeStrategypublic DrillDownInfo drillDown(Record selectedRecord)
drillDown in interface ModeStrategyCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.