Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.utils.memory |
Modifier and Type | Class and Description |
---|---|
class |
BufferCounterCell |
class |
NativeCounterCell |
Modifier and Type | Method and Description |
---|---|
static CounterCell |
BufferCounterCell.create(CellName name,
java.nio.ByteBuffer value,
long timestamp,
long timestampOfLastDelete,
ColumnSerializer.Flag flag) |
static CounterCell |
BufferCounterCell.createLocal(CellName name,
long value,
long timestamp,
long timestampOfLastDelete) |
CounterCell |
BufferCounterCell.localCopy(CFMetaData metadata,
AbstractAllocator allocator) |
CounterCell |
CounterCell.localCopy(CFMetaData metadata,
AbstractAllocator allocator) |
CounterCell |
NativeCounterCell.localCopy(CFMetaData metadata,
AbstractAllocator allocator) |
CounterCell |
BufferCounterCell.localCopy(CFMetaData metadata,
MemtableAllocator allocator,
OpOrder.Group opGroup) |
CounterCell |
CounterCell.localCopy(CFMetaData metaData,
MemtableAllocator allocator,
OpOrder.Group opGroup) |
CounterCell |
NativeCounterCell.localCopy(CFMetaData metadata,
MemtableAllocator allocator,
OpOrder.Group opGroup) |
Constructor and Description |
---|
NativeCounterCell(NativeAllocator allocator,
OpOrder.Group writeOp,
CounterCell copyOf) |
Modifier and Type | Method and Description |
---|---|
abstract CounterCell |
MemtableAllocator.clone(CounterCell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
CounterCell |
MemtableBufferAllocator.clone(CounterCell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
CounterCell |
NativeAllocator.clone(CounterCell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
Modifier and Type | Method and Description |
---|---|
abstract CounterCell |
MemtableAllocator.clone(CounterCell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
CounterCell |
MemtableBufferAllocator.clone(CounterCell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
CounterCell |
NativeAllocator.clone(CounterCell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
Copyright © 2020 The Apache Software Foundation