public static interface SecondaryIndexManager.Updater
Modifier and Type | Method and Description |
---|---|
void |
insert(Clustering clustering,
Cell cell)
called when constructing the index against pre-existing data
|
void |
maybeIndex(Clustering clustering,
long timestamp,
int ttl,
DeletionTime deletion)
Called when a row with the provided clustering and row infos is inserted
|
void |
remove(Clustering clustering,
Cell current)
called when lazy-updating the index during compaction (CASSANDRA-2897)
|
void |
update(Clustering clustering,
Cell oldCell,
Cell cell)
called when updating the index from a memtable
|
void |
updateRowLevelIndexes()
called after memtable updates are complete (CASSANDRA-5397)
|
void maybeIndex(Clustering clustering, long timestamp, int ttl, DeletionTime deletion)
void insert(Clustering clustering, Cell cell)
void update(Clustering clustering, Cell oldCell, Cell cell)
void remove(Clustering clustering, Cell current)
void updateRowLevelIndexes()
Copyright © 2015 The Apache Software Foundation