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, getCustomIndexes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
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 AbstractCustomQuery
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractCustomQuery
IOException
Copyright © GigaSpaces.