|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SecondaryIndexManager.Updater
Method Summary | |
---|---|
void |
insert(IColumn column)
called when constructing the index against pre-existing data |
void |
remove(IColumn current)
called when lazy-updating the index during compaction (CASSANDRA-2897) |
void |
update(IColumn oldColumn,
IColumn column)
called when updating the index from a memtable |
void |
updateRowLevelIndexes()
called after memtable updates are complete (CASSANDRA-5397) |
Method Detail |
---|
void insert(IColumn column)
void update(IColumn oldColumn, IColumn column)
void remove(IColumn current)
void updateRowLevelIndexes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |