public class PropertiesQuery extends AbstractCustomQuery
| Constructor and Description | 
|---|
PropertiesQuery()
Default constructor for Externalizable. 
 | 
PropertiesQuery(Map<String,Object> properties,
               ITypeDesc typeDesc)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
match(Object actual,
     Object expected)  | 
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)  | 
addCustomIndex, getCustomIndexespublic 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 AbstractCustomQueryIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class AbstractCustomQueryIOExceptionCopyright © GigaSpaces.