public class CustomSpaceQuery<T> extends AbstractSpaceQuery<T>
Constructor and Description |
---|
CustomSpaceQuery() |
CustomSpaceQuery(Class<?> entryClass,
ISpacePredicate predicate) |
CustomSpaceQuery(String entryClassName,
ISpacePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(CacheManager cacheManager,
ServerEntry entry,
String skipAlreadyMatchedIndexPath)
Checks whether the specified entry matches this query.
|
SQLQuery<T> |
toSQLQuery(ITypeDesc typeDesc) |
addCustomIndex, getCustomIndexes, getEntryTypeName, getPredicate, readExternal, writeExternal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public CustomSpaceQuery()
public CustomSpaceQuery(String entryClassName, ISpacePredicate predicate)
public CustomSpaceQuery(Class<?> entryClass, ISpacePredicate predicate)
public boolean matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath)
ICustomQuery
Copyright © GigaSpaces.