Uses of Class
org.apache.cassandra.utils.concurrent.OpOrder.Barrier
Packages that use OpOrder.Barrier
Package
Description
-
Uses of OpOrder.Barrier in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return OpOrder.Barrier -
Uses of OpOrder.Barrier in org.apache.cassandra.db.memtable
Methods in org.apache.cassandra.db.memtable with parameters of type OpOrder.BarrierModifier and TypeMethodDescriptionvoidAbstractAllocatorMemtable.switchOut(OpOrder.Barrier writeBarrier, AtomicReference<CommitLogPosition> commitLogUpperBound) voidAbstractMemtableWithCommitlog.switchOut(OpOrder.Barrier writeBarrier, AtomicReference<CommitLogPosition> commitLogUpperBound) voidMemtable.switchOut(OpOrder.Barrier writeBarrier, AtomicReference<CommitLogPosition> commitLogUpperBound) Called to tell the memtable that it is being switched out and will be flushed (or dropped) and discarded. -
Uses of OpOrder.Barrier in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return OpOrder.Barrier -
Uses of OpOrder.Barrier in org.apache.cassandra.utils.concurrent
Methods in org.apache.cassandra.utils.concurrent that return OpOrder.Barrier