public class NotSpacePredicate extends UnaryCompositeSpacePredicate
Constructor and Description |
---|
NotSpacePredicate()
Default constructor for Externalizable.
|
NotSpacePredicate(ISpacePredicate operand)
Creates a binary predicate using the specified operands.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
execute(Object target,
ISpacePredicate operand)
Executes the operand predicate on the target.
|
protected String |
getOperatorName()
Gets this operator's name, to be used in toString().
|
equals, execute, getOperand, readExternalImpl, toString, writeExternalImpl
preparePredicate, requiresCacheManagerForExecution, setCacheManagerForExecution
readExternal, writeExternal
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
readExternal, writeExternal
public NotSpacePredicate()
public NotSpacePredicate(ISpacePredicate operand)
operand
- Operand for unary predicate.protected boolean execute(Object target, ISpacePredicate operand)
UnaryCompositeSpacePredicate
execute
in class UnaryCompositeSpacePredicate
target
- Target object for predicate execution.operand
- Predicate to execute.protected String getOperatorName()
UnaryCompositeSpacePredicate
getOperatorName
in class UnaryCompositeSpacePredicate
Copyright © GigaSpaces.