Uses of Interface
org.apache.cassandra.index.transactions.UpdateTransaction
Packages that use UpdateTransaction
Package
Description
-
Uses of UpdateTransaction in org.apache.cassandra.db.memtable
Methods in org.apache.cassandra.db.memtable with parameters of type UpdateTransactionModifier and TypeMethodDescriptionlongMemtable.put(PartitionUpdate update, UpdateTransaction indexer, OpOrder.Group opGroup) Put new data in the memtable.longShardedSkipListMemtable.put(PartitionUpdate update, UpdateTransaction indexer, OpOrder.Group opGroup) Should only be called by ColumnFamilyStore.apply via Keyspace.apply, which supplies the appropriate OpOrdering.longSkipListMemtable.put(PartitionUpdate update, UpdateTransaction indexer, OpOrder.Group opGroup) Should only be called by ColumnFamilyStore.apply via Keyspace.apply, which supplies the appropriate OpOrdering.longTrieMemtable.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 UpdateTransactionModifier and TypeMethodDescriptionAtomicBTreePartition.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 UpdateTransactionModifierConstructorDescriptionBTreePartitionUpdater(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 UpdateTransactionModifier and TypeMethodDescriptionSecondaryIndexManager.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