Package | Description |
---|---|
org.apache.ambari.server.controller.predicate |
Modifier and Type | Class and Description |
---|---|
class |
CategoryIsEmptyPredicate
Predicate that checks if the associated property category is empty.
|
class |
CategoryPredicate
Base class for predicates based on property categories.
|
class |
ComparisonPredicate<T>
Predicate that compares a given value to a
Resource property. |
class |
EqualsPredicate<T>
Predicate that checks equality of a given value to a
Resource property. |
class |
FilterPredicate
Predicate that checks if current property matches the filter expression
|
class |
GreaterEqualsPredicate<T>
Predicate that checks if a given value is greater than or equal to a
Resource property. |
class |
GreaterPredicate<T>
Predicate that checks if a given value is greater than a
Resource property. |
class |
LessEqualsPredicate<T>
Predicate that checks if a given value is less than or equal to a
Resource property. |
class |
LessPredicate<T>
Predicate that checks if a given value is less than a
Resource property. |
Copyright © 2022 Apache Software Foundation. All rights reserved.