Uses of Class
com.gigaspaces.internal.query.predicate.AbstractSpacePredicate
Packages that use AbstractSpacePredicate
Package
Description
-
Uses of AbstractSpacePredicate in com.gigaspaces.internal.query.predicate
Subclasses of AbstractSpacePredicate in com.gigaspaces.internal.query.predicateModifier and TypeClassDescriptionclassA space predicate that always returns false.classA space predicate that always returns true.class -
Uses of AbstractSpacePredicate in com.gigaspaces.internal.query.predicate.comparison
Subclasses of AbstractSpacePredicate in com.gigaspaces.internal.query.predicate.comparisonModifier and TypeClassDescriptionclassRepresents a Between predicate.classA common basic implementation for comparable scalar comparison predicate implementations.classa contains predicate cascading from a single itemclassRepresents a contains predicate.classAn implementation of equals to comparison: This predicate returns true if and only if the predicate's argument is equal to the expected value.classAn 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.classAn implementation of greater than comparison: This predicate returns true if and only if the predicate's argument is greater than the expected value.classRepresents an In predicate.classAn 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.classAn implementation of less than comparison: This predicate returns true if and only if the predicate's argument is less than the expected value.classAn implementation of not equals condition: This predicate returns true if and only if the predicate's argument is not equal to the expected value.classA predicate to test for non-null values.classclassA predicate to test for null values.classclassclassA common basic implementation for scalar comparison predicate implementations. -
Uses of AbstractSpacePredicate in com.gigaspaces.internal.query.predicate.composite
Subclasses of AbstractSpacePredicate in com.gigaspaces.internal.query.predicate.compositeModifier and TypeClassDescriptionclassAn implementation of a logical multiple AND condition: This predicate returns true if and only if all operands return true.classAn implementation of a logical binary AND condition: This predicate returns true if and only if both left and right operands return true.classAn implementation of a logical multiple OR condition: This predicate returns true if and only if any of the operands return true.classA common basic implementation for binary composite space predicate implementations.classA common basic implementation for composite space predicate implementations.classclassAn implementation of a logical unary NOT condition: This predicate returns true if and only if the operand returns false.classAn implementation of a logical binary OR condition: This predicate returns true if and only if either left or right operands return true.classA common basic implementation for unary composite space predicate implementations.classAn implementation of a logical binary XOR condition: This predicate returns true if and only if left or right operands return true, but not both.