public class CompoundAndCustomQuery extends AbstractCompundCustomQuery
_subQueries
Constructor and Description |
---|
CompoundAndCustomQuery()
Default constructor for Externalizable.
|
CompoundAndCustomQuery(List<ICustomQuery> subQueries) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(CacheManager cacheManager,
ServerEntry entry,
String skipAlreadyMatchedIndexPath)
Checks whether the specified entry matches this query.
|
void |
readExternal(ObjectInput in) |
SQLQuery |
toSQLQuery(ITypeDesc typeDesc) |
void |
writeExternal(ObjectOutput out) |
get_subQueries
addCustomIndex, getCustomIndexes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public CompoundAndCustomQuery()
public CompoundAndCustomQuery(List<ICustomQuery> subQueries)
public boolean matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath)
ICustomQuery
matches
in interface ICustomQuery
matches
in class AbstractCustomQuery
public SQLQuery toSQLQuery(ITypeDesc typeDesc)
typeDesc
- TODOpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class AbstractCompundCustomQuery
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractCompundCustomQuery
IOException
Copyright © GigaSpaces.