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, writeExternalImplpreparePredicate, requiresCacheManagerForExecution, setCacheManagerForExecutionreadExternal, writeExternalclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreadExternal, writeExternalpublic NotSpacePredicate()
public NotSpacePredicate(ISpacePredicate operand)
operand - Operand for unary predicate.protected boolean execute(Object target, ISpacePredicate operand)
UnaryCompositeSpacePredicateexecute in class UnaryCompositeSpacePredicatetarget - Target object for predicate execution.operand - Predicate to execute.protected String getOperatorName()
UnaryCompositeSpacePredicategetOperatorName in class UnaryCompositeSpacePredicateCopyright © GigaSpaces.