public abstract class BaseIndexStore extends Object implements IndexStore
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
newIndex(Object newValue,
QueryableEntry record,
IndexOperationStats operationStats) |
void |
removeIndex(Object oldValue,
Data indexKey,
IndexOperationStats operationStats) |
void |
updateIndex(Object oldValue,
Object newValue,
QueryableEntry entry,
IndexOperationStats operationStats) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, getRecords, getRecords, getSubRecords, getSubRecordsBetween
public final void newIndex(Object newValue, QueryableEntry record, IndexOperationStats operationStats)
newIndex
in interface IndexStore
public final void removeIndex(Object oldValue, Data indexKey, IndexOperationStats operationStats)
removeIndex
in interface IndexStore
public final void updateIndex(Object oldValue, Object newValue, QueryableEntry entry, IndexOperationStats operationStats)
updateIndex
in interface IndexStore
public void destroy()
destroy
in interface IndexStore
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.