@InterfaceAudience.Private public final class UserModeStrategy extends Object implements ModeStrategy
ModeStrategy for User Mode.| Modifier and Type | Field and Description | 
|---|---|
| private ClientModeStrategy | clientModeStrategy | 
| private List<FieldInfo> | fieldInfos | 
| Constructor and Description | 
|---|
| UserModeStrategy() | 
| 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 ClientModeStrategy clientModeStrategy
UserModeStrategy()
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–2021 The Apache Software Foundation. All rights reserved.