com.hazelcast.query.impl
Class IndexService
java.lang.Object
com.hazelcast.query.impl.IndexService
public class IndexService
- extends Object
This class contains methods which manipulate and access index.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexService
public IndexService()
destroyIndex
public Index destroyIndex(String attribute)
addOrGetIndex
public Index addOrGetIndex(String attribute,
boolean ordered)
getIndexes
public Index[] getIndexes()
removeEntryIndex
public void removeEntryIndex(Data indexKey)
throws QueryException
- Throws:
QueryException
hasIndex
public boolean hasIndex()
saveEntryIndex
public void saveEntryIndex(QueryableEntry queryableEntry)
throws QueryException
- Throws:
QueryException
query
public Set<QueryableEntry> query(Predicate predicate)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.