public class OrSpacePredicate extends BinaryCompositeSpacePredicate
| Constructor and Description | 
|---|
OrSpacePredicate()
Default constructor for Externalizable. 
 | 
OrSpacePredicate(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, writeExternalImplpreparePredicate, requiresCacheManagerForExecution, setCacheManagerForExecutionreadExternal, writeExternalclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreadExternal, writeExternalpublic OrSpacePredicate()
public OrSpacePredicate(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 BinaryCompositeSpacePredicateprotected String getOperatorName()
getOperatorName in class BinaryCompositeSpacePredicateCopyright © GigaSpaces.