public abstract class AbstractCustomQuery extends Object implements ICustomQuery, Externalizable
| Constructor and Description | 
|---|
AbstractCustomQuery()
Default constructor for Externalizable. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addCustomIndex(IQueryIndexScanner customIndex)  | 
List<IQueryIndexScanner> | 
getCustomIndexes()  | 
abstract boolean | 
matches(CacheManager cacheManager,
       ServerEntry entry,
       String skipAlreadyMatchedIndexPath)
Checks whether the specified entry matches this query. 
 | 
void | 
readExternal(ObjectInput in)  | 
void | 
writeExternal(ObjectOutput out)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoSQLQuerypublic AbstractCustomQuery()
public abstract boolean matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath)
ICustomQuerymatches in interface ICustomQuerypublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void addCustomIndex(IQueryIndexScanner customIndex)
customIndex - public List<IQueryIndexScanner> getCustomIndexes()
getCustomIndexes in interface ICustomQuerypublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © GigaSpaces.