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 |
---|---|
TimelineFilterList.Operator |
TimelineFilterList.getOperator()
Get the operator.
|
static TimelineFilterList.Operator |
TimelineFilterList.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimelineFilterList.Operator[] |
TimelineFilterList.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TimelineFilterList.setOperator(TimelineFilterList.Operator op) |
Constructor and Description |
---|
TimelineFilterList(TimelineFilterList.Operator op) |
TimelineFilterList(TimelineFilterList.Operator op,
TimelineFilter... filters) |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.