public class IndexService extends Object
| Constructor and Description | 
|---|
IndexService()  | 
| Modifier and Type | Method and Description | 
|---|---|
Index | 
addOrGetIndex(String attribute,
             boolean ordered)  | 
Index | 
destroyIndex(String attribute)  | 
Index[] | 
getIndexes()  | 
boolean | 
hasIndex()  | 
Set<QueryableEntry> | 
query(Predicate predicate)  | 
void | 
removeEntryIndex(Data indexKey)  | 
void | 
saveEntryIndex(QueryableEntry queryableEntry)  | 
public Index[] getIndexes()
public void removeEntryIndex(Data indexKey) throws QueryException
QueryExceptionpublic boolean hasIndex()
public void saveEntryIndex(QueryableEntry queryableEntry) throws QueryException
QueryExceptionpublic Set<QueryableEntry> query(Predicate predicate)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.