public class InSpacePredicate extends AbstractSpacePredicate
| Constructor and Description | 
|---|
InSpacePredicate()
Default constructor for Externalizable. 
 | 
InSpacePredicate(Object... values)
Creates an In predicate using the specified values. 
 | 
InSpacePredicate(Set<?> inValues)
Creates an In predicate using the specified values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
execute(Object target)
Executes this predicate on the specified target. 
 | 
Set<Object> | 
getExpectedValues()  | 
Set<?> | 
getInValues()  | 
int | 
getNumOfExpectedValues()
Returns the number of expected values. 
 | 
protected void | 
readExternalImpl(ObjectInput in)  | 
protected void | 
writeExternalImpl(ObjectOutput out)  | 
preparePredicate, requiresCacheManagerForExecution, setCacheManagerForExecutionreadExternal, writeExternalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadExternal, writeExternalpublic InSpacePredicate()
public InSpacePredicate(Object... values)
values - Values to test.public InSpacePredicate(Set<?> inValues)
inValues - Values to test.public int getNumOfExpectedValues()
public boolean execute(Object target)
ISpacePredicateexecute in interface ISpacePredicateexecute in class AbstractSpacePredicateprotected void readExternalImpl(ObjectInput in) throws IOException, ClassNotFoundException
readExternalImpl in class AbstractExternalizableIOExceptionClassNotFoundExceptionprotected void writeExternalImpl(ObjectOutput out) throws IOException
writeExternalImpl in class AbstractExternalizableIOExceptionpublic Set<?> getInValues()
Copyright © GigaSpaces.