| Package | Description | 
|---|---|
| org.apache.ambari.server.api.predicate.expressions | |
| org.apache.ambari.server.api.predicate.operators | 
| Modifier and Type | Method and Description | 
|---|---|
Operator | 
Expression.getOperator()
Get the expression operator. 
 | 
Operator | 
AbstractExpression.getOperator()  | 
| Constructor and Description | 
|---|
AbstractExpression(Operator op)
Constructor. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
LogicalOperator
Logical operator external representation. 
 | 
interface  | 
RelationalOperator
Relational operator external representation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractOperator
Base operator implementation. 
 | 
class  | 
AndOperator
And operator implementation. 
 | 
class  | 
EqualsOperator
Equals operator implementation. 
 | 
class  | 
FilterOperator
This is a binary operator which takes right operand as a regular
 expression and applies it to the left operand 
 | 
class  | 
GreaterEqualsOperator
Greater Than Or Equals operator implementation. 
 | 
class  | 
GreaterOperator
Greater Than operator implementation. 
 | 
class  | 
InOperator
IN relational operator. 
 | 
class  | 
IsEmptyOperator
Operator that is used to determine if a category is empty, meaning that it doesn't
 contain any properties. 
 | 
class  | 
LessEqualsOperator
Less Than or Equals operator implementation. 
 | 
class  | 
LessOperator
Less Than operator implementation. 
 | 
class  | 
NotEqualsOperator
Not Equals relational operator implementation. 
 | 
class  | 
NotOperator
Not unary operator implementation. 
 | 
class  | 
OrOperator
Or operator implementation. 
 | 
Copyright © 2022 Apache Software Foundation. All rights reserved.