com.hazelcast.query.impl
public class IndexService extends Object
Constructor and Description |
---|
IndexService() |
Modifier and Type | Method and Description |
---|---|
Index |
addOrGetIndex(String attribute,
boolean ordered) |
void |
clearIndexes() |
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 clearIndexes()
public void removeEntryIndex(Data indexKey) throws QueryException
QueryException
public boolean hasIndex()
public void saveEntryIndex(QueryableEntry queryableEntry) throws QueryException
QueryException
public Set<QueryableEntry> query(Predicate predicate)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.