com.hazelcast.query
Class MapIndexService
java.lang.Object
com.hazelcast.query.MapIndexService
public class MapIndexService
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapIndexService
public MapIndexService(boolean valueIndexed)
remove
public void remove(Record record)
index
public void index(Record record)
getOwnedRecords
public java.util.Collection<Record> getOwnedRecords()
getIndexValues
public java.lang.Long[] getIndexValues(java.lang.Object value)
getIndexTypes
public byte[] getIndexTypes()
addIndex
public Index addIndex(Expression expression,
boolean ordered,
int attributeIndex)
doQuery
public java.util.Set<MapEntry> doQuery(QueryContext queryContext)
getIndexes
public java.util.Map<Expression,Index> getIndexes()
hasIndexedAttributes
public boolean hasIndexedAttributes()
containsValue
public boolean containsValue(Data value)
getIndexesInOrder
public Index[] getIndexesInOrder()
appendState
public void appendState(java.lang.StringBuffer sbState)
clear
public void clear()
size
public int size()
Copyright .9.4.5; 2008-2011 Hazel Ltd. All Rights Reserved.