public class CompoundAndCustomQuery extends AbstractCompundCustomQuery
_subQueries| Constructor and Description |
|---|
CompoundAndCustomQuery()
Default constructor for Externalizable.
|
CompoundAndCustomQuery(ICustomQuery... customQueries) |
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_subQueriesaddCustomIndex, getCustomIndexespublic CompoundAndCustomQuery()
public CompoundAndCustomQuery(List<ICustomQuery> subQueries)
public CompoundAndCustomQuery(ICustomQuery... customQueries)
public boolean matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath)
ICustomQuerymatches in interface ICustomQuerymatches in class AbstractCustomQuerypublic SQLQuery toSQLQuery(ITypeDesc typeDesc)
typeDesc - TODOpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class AbstractCompundCustomQueryIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class AbstractCompundCustomQueryIOExceptionCopyright © GigaSpaces.