public class GreaterEqualsSpacePredicate extends ComparableScalarSpacePredicate
_convertedValueWrapper, _expectedValue, functionCallDescription| Constructor and Description | 
|---|
GreaterEqualsSpacePredicate()
Default constructor for Externalizable. 
 | 
GreaterEqualsSpacePredicate(Comparable<?> expectedValue)
Creates a greater-equals predicate using the specified expected value. 
 | 
GreaterEqualsSpacePredicate(Comparable<?> expectedValue,
                           Comparator<?> comparator)
Creates a greater-equals predicate using the specified expected value and comparator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
compare(int compareResult)  | 
protected String | 
getOperatorName()  | 
equals, getComparator, match, readExternalImpl, writeExternalImplexecute, getExpectedValue, getPreparedExpectedValue, toStringpreparePredicate, requiresCacheManagerForExecution, setCacheManagerForExecutionreadExternal, writeExternalclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreadExternal, writeExternalpublic GreaterEqualsSpacePredicate()
public GreaterEqualsSpacePredicate(Comparable<?> expectedValue)
expectedValue - Expected value.public GreaterEqualsSpacePredicate(Comparable<?> expectedValue, Comparator<?> comparator)
expectedValue - Expected value.comparator - Comparator to use while comparing.protected boolean compare(int compareResult)
compare in class ComparableScalarSpacePredicateprotected String getOperatorName()
getOperatorName in class ScalarSpacePredicateCopyright © GigaSpaces.