public interface IndexTransaction
UpdateTransaction
Used on the regular write path and when indexing newly acquired SSTables from streaming or sideloading. This type
of transaction may include both row inserts and updates to rows previously existing in the base Memtable. Instances
are scoped to a single partition update and are obtained from the factory methodModifier and Type | Interface and Description |
---|---|
static class |
IndexTransaction.Type
Used to differentiate between type of index transaction when obtaining
a handler from Index implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
commit() |
void |
start() |
Copyright © 2018 The Apache Software Foundation