| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.timelineservice.reader | Package org.apache.hadoop.yarn.server.timelineservice.reader contains classes
 which can be used across reader. | 
| org.apache.hadoop.yarn.server.timelineservice.storage | Package org.apache.hadoop.yarn.server.timelineservice.storage contains
 classes which define and implement reading and writing to backend storage. | 
| Modifier and Type | Method and Description | 
|---|---|
| EnumSet<TimelineReader.Field> | TimelineDataToRetrieve. getFieldsToRetrieve() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TimelineDataToRetrieve. setFieldsToRetrieve(EnumSet<TimelineReader.Field> fields) | 
| Constructor and Description | 
|---|
| TimelineDataToRetrieve(TimelineFilterList confs,
                      TimelineFilterList metrics,
                      EnumSet<TimelineReader.Field> fields,
                      Integer limitForMetrics,
                      Long metricTimeBegin,
                      Long metricTimeEnd) | 
| Modifier and Type | Method and Description | 
|---|---|
| static TimelineReader.Field | TimelineReader.Field. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TimelineReader.Field[] | TimelineReader.Field. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.