Package | Description |
---|---|
org.apache.hadoop.yarn.server.timelineservice.reader.filter |
Package org.apache.hadoop.server.timelineservice.reader.filter stores
timeline filter implementations.
|
Modifier and Type | Method and Description |
---|---|
TimelineFilter.TimelineFilterType |
TimelinePrefixFilter.getFilterType() |
TimelineFilter.TimelineFilterType |
TimelineFilterList.getFilterType() |
TimelineFilter.TimelineFilterType |
TimelineKeyValuesFilter.getFilterType() |
TimelineFilter.TimelineFilterType |
TimelineExistsFilter.getFilterType() |
TimelineFilter.TimelineFilterType |
TimelineCompareFilter.getFilterType() |
abstract TimelineFilter.TimelineFilterType |
TimelineFilter.getFilterType() |
TimelineFilter.TimelineFilterType |
TimelineKeyValueFilter.getFilterType() |
static TimelineFilter.TimelineFilterType |
TimelineFilter.TimelineFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimelineFilter.TimelineFilterType[] |
TimelineFilter.TimelineFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.