Class AbstractMemtable.ColumnsCollector

java.lang.Object
org.apache.cassandra.db.memtable.AbstractMemtable.ColumnsCollector
Enclosing class:
AbstractMemtable

protected static class AbstractMemtable.ColumnsCollector extends Object
  • Method Details

    • update

      public void update(RegularAndStaticColumns columns)
    • update

      public void update(AbstractMemtable.ColumnsCollector other)
    • 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).