Uses of Interface
org.apache.cassandra.index.transactions.UpdateTransaction
-
Packages that use UpdateTransaction Package Description org.apache.cassandra.db.memtable org.apache.cassandra.db.partitions org.apache.cassandra.index org.apache.cassandra.index.transactions -
-
Uses of UpdateTransaction in org.apache.cassandra.db.memtable
Methods in org.apache.cassandra.db.memtable with parameters of type UpdateTransaction Modifier and Type Method Description long
Memtable. put(PartitionUpdate update, UpdateTransaction indexer, OpOrder.Group opGroup)
Put new data in the memtable.long
ShardedSkipListMemtable. put(PartitionUpdate update, UpdateTransaction indexer, OpOrder.Group opGroup)
Should only be called by ColumnFamilyStore.apply via Keyspace.apply, which supplies the appropriate OpOrdering.long
SkipListMemtable. put(PartitionUpdate update, UpdateTransaction indexer, OpOrder.Group opGroup)
Should only be called by ColumnFamilyStore.apply via Keyspace.apply, which supplies the appropriate OpOrdering.long
TrieMemtable. put(PartitionUpdate update, UpdateTransaction indexer, OpOrder.Group opGroup)
Should only be called by ColumnFamilyStore.apply via Keyspace.apply, which supplies the appropriate OpOrdering. -
Uses of UpdateTransaction in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions with parameters of type UpdateTransaction Modifier and Type Method Description BTreePartitionUpdater
AtomicBTreePartition. addAll(PartitionUpdate update, Cloner cloner, OpOrder.Group writeOp, UpdateTransaction indexer)
Adds a given update to this in-memtable partition.Constructors in org.apache.cassandra.db.partitions with parameters of type UpdateTransaction Constructor Description BTreePartitionUpdater(MemtableAllocator allocator, Cloner cloner, OpOrder.Group writeOp, UpdateTransaction indexer)
-
Uses of UpdateTransaction in org.apache.cassandra.index
Methods in org.apache.cassandra.index that return UpdateTransaction Modifier and Type Method Description UpdateTransaction
SecondaryIndexManager. newUpdateTransaction(PartitionUpdate update, WriteContext ctx, long nowInSec, Memtable memtable)
Transaction for updates on the write path. -
Uses of UpdateTransaction in org.apache.cassandra.index.transactions
Fields in org.apache.cassandra.index.transactions declared as UpdateTransaction Modifier and Type Field Description static UpdateTransaction
UpdateTransaction. NO_OP
-