Uses of Class
org.apache.cassandra.utils.concurrent.OpOrder.Barrier
-
Packages that use OpOrder.Barrier Package Description org.apache.cassandra.db.memtable org.apache.cassandra.utils.concurrent -
-
Uses of OpOrder.Barrier in org.apache.cassandra.db.memtable
Methods in org.apache.cassandra.db.memtable with parameters of type OpOrder.Barrier Modifier and Type Method Description voidAbstractAllocatorMemtable. switchOut(OpOrder.Barrier writeBarrier, java.util.concurrent.atomic.AtomicReference<CommitLogPosition> commitLogUpperBound)voidAbstractMemtableWithCommitlog. switchOut(OpOrder.Barrier writeBarrier, java.util.concurrent.atomic.AtomicReference<CommitLogPosition> commitLogUpperBound)voidMemtable. switchOut(OpOrder.Barrier writeBarrier, java.util.concurrent.atomic.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.utils.concurrent
Methods in org.apache.cassandra.utils.concurrent that return OpOrder.Barrier Modifier and Type Method Description OpOrder.BarrierOpOrder. newBarrier()Creates a new barrier.
-