Package | Description |
---|---|
org.apache.cassandra.db |
Modifier and Type | Method and Description |
---|---|
AtomicBTreeColumns.Delta |
AtomicBTreeColumns.addAllWithSizeDelta(ColumnFamily cm,
AbstractAllocator allocator,
com.google.common.base.Function<Cell,Cell> transformation,
SecondaryIndexManager.Updater indexer,
AtomicBTreeColumns.Delta delta)
This is only called by Memtable.resolve, so only AtomicBTreeColumns needs to implement it.
|
Modifier and Type | Method and Description |
---|---|
AtomicBTreeColumns.Delta |
AtomicBTreeColumns.addAllWithSizeDelta(ColumnFamily cm,
AbstractAllocator allocator,
com.google.common.base.Function<Cell,Cell> transformation,
SecondaryIndexManager.Updater indexer,
AtomicBTreeColumns.Delta delta)
This is only called by Memtable.resolve, so only AtomicBTreeColumns needs to implement it.
|
Copyright © 2014 The Apache Software Foundation