public abstract class BaseIndexStore extends Object implements IndexStore
| Modifier and Type | Field and Description |
|---|---|
protected IndexCopyBehavior |
copyOn |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
newIndex(Object newValue,
QueryableEntry record) |
void |
removeIndex(Object oldValue,
Data indexKey) |
void |
updateIndex(Object oldValue,
Object newValue,
QueryableEntry entry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, getRecords, getRecords, getSubRecords, getSubRecordsBetweenprotected final IndexCopyBehavior copyOn
public final void newIndex(Object newValue, QueryableEntry record)
newIndex in interface IndexStorepublic final void removeIndex(Object oldValue, Data indexKey)
removeIndex in interface IndexStorepublic final void updateIndex(Object oldValue, Object newValue, QueryableEntry entry)
updateIndex in interface IndexStorepublic void destroy()
destroy in interface IndexStoreCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.