Package org.apache.cassandra.db.memtable
Class AbstractMemtable.ColumnsCollector
java.lang.Object
org.apache.cassandra.db.memtable.AbstractMemtable.ColumnsCollector
- Enclosing class:
- AbstractMemtable
-
Method Summary
Modifier and TypeMethodDescriptionget()Get the current state of the columns set.voidvoidupdate(RegularAndStaticColumns columns)
-
Method Details
-
update
-
update
-
get
Get the current state of the columns set. Note: If this is executed while mutations are still being performed on the table (e.g. to prepare an sstable for streaming when Memtable.Factory.streamFromMemtable() is true), the resulting view may be in a somewhat inconsistent state (it may include partial updates, as well as miss updates older than ones it does include).
-