public class LessEqualsSpacePredicate extends ComparableScalarSpacePredicate
_convertedValueWrapper, _expectedValue, functionCallDescription
Constructor and Description |
---|
LessEqualsSpacePredicate()
Default constructor for Externalizable.
|
LessEqualsSpacePredicate(Comparable<?> expectedValue)
Creates a less-equals predicate using the specified expected value.
|
LessEqualsSpacePredicate(Comparable<?> expectedValue,
Comparator<?> comparator)
Creates a less-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, writeExternalImpl
execute, getExpectedValue, getPreparedExpectedValue, toString
preparePredicate, requiresCacheManagerForExecution, setCacheManagerForExecution
readExternal, writeExternal
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
readExternal, writeExternal
public LessEqualsSpacePredicate()
public LessEqualsSpacePredicate(Comparable<?> expectedValue)
expectedValue
- Expected value.public LessEqualsSpacePredicate(Comparable<?> expectedValue, Comparator<?> comparator)
expectedValue
- Expected value.comparator
- Comparator to use while comparing.protected boolean compare(int compareResult)
compare
in class ComparableScalarSpacePredicate
protected String getOperatorName()
getOperatorName
in class ScalarSpacePredicate
Copyright © GigaSpaces.