Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.partitions | |
org.apache.cassandra.index | |
org.apache.cassandra.index.transactions |
Modifier and Type | Method and Description |
---|---|
void |
ColumnFamilyStore.apply(PartitionUpdate update,
UpdateTransaction indexer,
OpOrder.Group opGroup,
CommitLogPosition commitLogPosition)
Insert/Update the column family for this key.
|
Modifier and Type | Method and Description |
---|---|
long[] |
AtomicBTreePartition.addAllWithSizeDelta(PartitionUpdate update,
OpOrder.Group writeOp,
UpdateTransaction indexer)
Adds a given update to this in-memtable partition.
|
Modifier and Type | Method and Description |
---|---|
UpdateTransaction |
SecondaryIndexManager.newUpdateTransaction(PartitionUpdate update,
OpOrder.Group opGroup,
int nowInSec)
Transaction for updates on the write path.
|
Modifier and Type | Field and Description |
---|---|
static UpdateTransaction |
UpdateTransaction.NO_OP |
Copyright © 2020 The Apache Software Foundation