@InterfaceAudience.Private public final class NamespaceModeStrategy extends Object implements ModeStrategy
ModeStrategy for Namespace Mode.| Modifier and Type | Field and Description |
|---|---|
private List<FieldInfo> |
fieldInfos |
private RegionModeStrategy |
regionModeStrategy |
| Constructor and Description |
|---|
NamespaceModeStrategy() |
| 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
NamespaceModeStrategy()
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.