public class XorSpacePredicate extends BinaryCompositeSpacePredicate
Constructor and Description |
---|
XorSpacePredicate()
Default constructor for Externalizable.
|
XorSpacePredicate(ISpacePredicate leftPredicate,
ISpacePredicate rightPredicate)
Creates a binary predicate using the specified predicates.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
execute(Object target,
ISpacePredicate leftOperand,
ISpacePredicate rightOperand) |
protected String |
getOperatorName() |
equals, execute, getLeftOperand, getRightOperand, readExternalImpl, toString, writeExternalImpl
preparePredicate, requiresCacheManagerForExecution, setCacheManagerForExecution
readExternal, writeExternal
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
readExternal, writeExternal
public XorSpacePredicate()
public XorSpacePredicate(ISpacePredicate leftPredicate, ISpacePredicate rightPredicate)
leftPredicate
- Left predicate of the binary predicate.rightPredicate
- Right predicate of the binary predicate.protected boolean execute(Object target, ISpacePredicate leftOperand, ISpacePredicate rightOperand)
execute
in class BinaryCompositeSpacePredicate
protected String getOperatorName()
getOperatorName
in class BinaryCompositeSpacePredicate
Copyright © GigaSpaces.