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, writeExternalpublic CustomSpaceQuery()
public CustomSpaceQuery(String entryClassName, ISpacePredicate predicate)
public CustomSpaceQuery(Class<?> entryClass, ISpacePredicate predicate)
public boolean matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath)
ICustomQueryCopyright © GigaSpaces.