public static interface SecondaryIndexManager.Updater
Modifier and Type | Method and Description |
---|---|
void |
insert(Column column)
called when constructing the index against pre-existing data
|
void |
remove(Column current)
called when lazy-updating the index during compaction (CASSANDRA-2897)
|
void |
update(Column oldColumn,
Column column)
called when updating the index from a memtable
|
void |
updateRowLevelIndexes()
called after memtable updates are complete (CASSANDRA-5397)
|
void insert(Column column)
void remove(Column current)
void updateRowLevelIndexes()
Copyright © 2013 The Apache Software Foundation