Uses of Interface
org.apache.cassandra.index.transactions.UpdateTransaction
-
Packages that use UpdateTransaction Package Description org.apache.cassandra.db org.apache.cassandra.db.partitions org.apache.cassandra.index org.apache.cassandra.index.transactions -
-
Uses of UpdateTransaction in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type UpdateTransaction Modifier and Type Method Description void
ColumnFamilyStore. apply(PartitionUpdate update, UpdateTransaction indexer, OpOrder.Group opGroup, CommitLogPosition commitLogPosition)
Insert/Update the column family for this key.void
CassandraTableWriteHandler. write(PartitionUpdate update, WriteContext context, UpdateTransaction updateTransaction)
void
TableWriteHandler. write(PartitionUpdate update, WriteContext context, UpdateTransaction updateTransaction)
-
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 long[]
AtomicBTreePartition. addAllWithSizeDelta(PartitionUpdate update, Cloner cloner, OpOrder.Group writeOp, UpdateTransaction indexer)
Adds a given update to this in-memtable partition. -
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, int nowInSec)
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
-