Uses of Class
org.apache.cassandra.utils.concurrent.OpOrder.Group
-
-
Uses of OpOrder.Group in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return OpOrder.Group Modifier and Type Method Description OpOrder.Group
CassandraWriteContext. getGroup()
Methods in org.apache.cassandra.db with parameters of type OpOrder.Group Modifier and Type Method Description boolean
Memtable. accepts(OpOrder.Group opGroup, CommitLogPosition commitLogPosition)
void
ColumnFamilyStore. apply(PartitionUpdate update, UpdateTransaction indexer, OpOrder.Group opGroup, CommitLogPosition commitLogPosition)
Insert/Update the column family for this key.Constructors in org.apache.cassandra.db with parameters of type OpOrder.Group Constructor Description CassandraWriteContext(OpOrder.Group opGroup, CommitLogPosition position)
NativeClustering(NativeAllocator allocator, OpOrder.Group writeOp, Clustering<?> clustering)
NativeDecoratedKey(Token token, NativeAllocator allocator, OpOrder.Group writeOp, java.nio.ByteBuffer key)
-
Uses of OpOrder.Group in org.apache.cassandra.db.lifecycle
Methods in org.apache.cassandra.db.lifecycle with parameters of type OpOrder.Group Modifier and Type Method Description Memtable
Tracker. getMemtableFor(OpOrder.Group opGroup, CommitLogPosition commitLogPosition)
get the Memtable that the ordered writeOp should be directed to -
Uses of OpOrder.Group in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions with parameters of type OpOrder.Group 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 OpOrder.Group in org.apache.cassandra.db.rows
Constructors in org.apache.cassandra.db.rows with parameters of type OpOrder.Group Constructor Description NativeCell(NativeAllocator allocator, OpOrder.Group writeOp, Cell<?> cell)
NativeCell(NativeAllocator allocator, OpOrder.Group writeOp, ColumnMetadata column, long timestamp, int ttl, int localDeletionTime, java.nio.ByteBuffer value, CellPath path)
-
Uses of OpOrder.Group in org.apache.cassandra.utils.concurrent
Methods in org.apache.cassandra.utils.concurrent that return OpOrder.Group Modifier and Type Method Description OpOrder.Group
OpOrder. getCurrent()
OpOrder.Group
OpOrder.Barrier. getSyncPoint()
returns the Group we are waiting on - any Group with.compareTo(getSyncPoint()) <= 0
must complete before await() returnsOpOrder.Group
OpOrder.Group. prev()
OpOrder.Group
OpOrder. start()
Start an operation against this OpOrder.Methods in org.apache.cassandra.utils.concurrent with parameters of type OpOrder.Group Modifier and Type Method Description int
OpOrder.Group. compareTo(OpOrder.Group that)
boolean
OpOrder.Barrier. isAfter(OpOrder.Group group)
-
Uses of OpOrder.Group in org.apache.cassandra.utils.memory
Methods in org.apache.cassandra.utils.memory with parameters of type OpOrder.Group Modifier and Type Method Description void
MemtableAllocator.SubAllocator. adjust(long size, OpOrder.Group opGroup)
Like allocate, but permits allocations to be negative.void
MemtableAllocator.SubAllocator. allocate(long size, OpOrder.Group opGroup)
abstract java.nio.ByteBuffer
MemtableBufferAllocator. allocate(int size, OpOrder.Group opGroup)
long
NativeAllocator. allocate(int size, OpOrder.Group opGroup)
java.nio.ByteBuffer
SlabAllocator. allocate(int size, OpOrder.Group opGroup)
protected AbstractAllocator
MemtableBufferAllocator. allocator(OpOrder.Group writeOp)
protected AbstractAllocator
SlabAllocator. allocator(OpOrder.Group writeOp)
abstract DecoratedKey
MemtableAllocator. clone(DecoratedKey key, OpOrder.Group opGroup)
DecoratedKey
MemtableBufferAllocator. clone(DecoratedKey key, OpOrder.Group writeOp)
DecoratedKey
NativeAllocator. clone(DecoratedKey key, OpOrder.Group writeOp)
abstract Row.Builder
MemtableAllocator. rowBuilder(OpOrder.Group opGroup)
Row.Builder
MemtableBufferAllocator. rowBuilder(OpOrder.Group writeOp)
Row.Builder
NativeAllocator. rowBuilder(OpOrder.Group opGroup)
Constructors in org.apache.cassandra.utils.memory with parameters of type OpOrder.Group Constructor Description ContextAllocator(OpOrder.Group opGroup, MemtableBufferAllocator allocator)
-