Package | Description |
---|---|
com.gigaspaces.internal.query.predicate | |
com.gigaspaces.internal.query.predicate.comparison | |
com.gigaspaces.internal.query.predicate.composite |
Modifier and Type | Class and Description |
---|---|
class |
FalseSpacePredicate
A space predicate that always returns false.
|
class |
TrueSpacePredicate
A space predicate that always returns true.
|
class |
ValueGetterSpacePredicate<T> |
Modifier and Type | Class and Description |
---|---|
class |
BetweenSpacePredicate
Represents a Between predicate.
|
class |
ComparableScalarSpacePredicate
A common basic implementation for comparable scalar comparison predicate implementations.
|
class |
ContainsItemPredicate
a contains predicate cascading from a single item
|
class |
ContainsPredicate
Represents a contains predicate.
|
class |
EqualsSpacePredicate
An implementation of equals to comparison: This predicate returns true if and only if the
predicate's argument is equal to the expected value.
|
class |
GreaterEqualsSpacePredicate
An implementation of greater than or equals to comparison: This predicate returns true if and
only if the predicate's argument is greater than or equals to the expected value.
|
class |
GreaterSpacePredicate
An implementation of greater than comparison: This predicate returns true if and only if the
predicate's argument is greater than the expected value.
|
class |
InSpacePredicate
Represents an In predicate.
|
class |
LessEqualsSpacePredicate
An implementation of less than or equals to comparison: This predicate returns true if and only
if the predicate's argument is less than or equals to the expected value.
|
class |
LessSpacePredicate
An implementation of less than comparison: This predicate returns true if and only if the
predicate's argument is less than the expected value.
|
class |
NotEqualsSpacePredicate
An implementation of not equals condition: This predicate returns true if and only if the
predicate's argument is not equal to the expected value.
|
class |
NotNullSpacePredicate
A predicate to test for non-null values.
|
class |
NotRegexSpacePredicate |
class |
NullSpacePredicate
A predicate to test for null values.
|
class |
RegexSpacePredicate |
class |
RelationPredicate |
class |
ScalarSpacePredicate
A common basic implementation for scalar comparison predicate implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
AllSpacePredicate
An implementation of a logical multiple AND condition: This predicate returns true if and only if
all operands return true.
|
class |
AndSpacePredicate
An implementation of a logical binary AND condition: This predicate returns true if and only if
both left and right operands return true.
|
class |
AnySpacePredicate
An implementation of a logical multiple OR condition: This predicate returns true if and only if
any of the operands return true.
|
class |
BinaryCompositeSpacePredicate
A common basic implementation for binary composite space predicate implementations.
|
class |
CompositeSpacePredicate
A common basic implementation for composite space predicate implementations.
|
class |
MultipleCompositeSpacePredicate |
class |
NotSpacePredicate
An implementation of a logical unary NOT condition: This predicate returns true if and only if
the operand returns false.
|
class |
OrSpacePredicate
An implementation of a logical binary OR condition: This predicate returns true if and only if
either left or right operands return true.
|
class |
UnaryCompositeSpacePredicate
A common basic implementation for unary composite space predicate implementations.
|
class |
XorSpacePredicate
An implementation of a logical binary XOR condition: This predicate returns true if and only if
left or right operands return true, but not both.
|
Copyright © GigaSpaces.