Package | Description |
---|---|
com.gigaspaces.internal.query.predicate | |
com.gigaspaces.internal.query.predicate.composite |
Class and Description |
---|
AllSpacePredicate
An implementation of a logical multiple AND condition: This predicate returns true if and only if
all operands return true.
|
AndSpacePredicate
An implementation of a logical binary AND condition: This predicate returns true if and only if
both left and right operands return true.
|
AnySpacePredicate
An implementation of a logical multiple OR condition: This predicate returns true if and only if
any of the operands return true.
|
NotSpacePredicate
An implementation of a logical unary NOT condition: This predicate returns true if and only if
the operand returns false.
|
OrSpacePredicate
An implementation of a logical binary OR condition: This predicate returns true if and only if
either left or right operands return true.
|
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.
|
Class and Description |
---|
BinaryCompositeSpacePredicate
A common basic implementation for binary composite space predicate implementations.
|
CompositeSpacePredicate
A common basic implementation for composite space predicate implementations.
|
MultipleCompositeSpacePredicate |
UnaryCompositeSpacePredicate
A common basic implementation for unary composite space predicate implementations.
|
Copyright © GigaSpaces.