Package | Description |
---|---|
org.apache.ambari.server.api.predicate.operators |
Modifier and Type | Class and Description |
---|---|
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.