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