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 voidColumnFamilyStore. apply(PartitionUpdate update, UpdateTransaction indexer, OpOrder.Group opGroup, CommitLogPosition commitLogPosition)Insert/Update the column family for this key.voidCassandraTableWriteHandler. write(PartitionUpdate update, WriteContext context, UpdateTransaction updateTransaction)voidTableWriteHandler. 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, 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 UpdateTransactionSecondaryIndexManager. 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 UpdateTransactionUpdateTransaction. NO_OP
-