| Package | Description |
|---|---|
| org.apache.cassandra.db | |
| org.apache.cassandra.utils.memory |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferDeletedCell |
class |
NativeDeletedCell |
| Modifier and Type | Method and Description |
|---|---|
DeletedCell |
BufferDeletedCell.localCopy(CFMetaData metadata,
AbstractAllocator allocator) |
DeletedCell |
DeletedCell.localCopy(CFMetaData metadata,
AbstractAllocator allocator) |
DeletedCell |
NativeDeletedCell.localCopy(CFMetaData metadata,
AbstractAllocator allocator) |
DeletedCell |
BufferDeletedCell.localCopy(CFMetaData metadata,
MemtableAllocator allocator,
OpOrder.Group opGroup) |
DeletedCell |
DeletedCell.localCopy(CFMetaData metaData,
MemtableAllocator allocator,
OpOrder.Group opGroup) |
DeletedCell |
NativeDeletedCell.localCopy(CFMetaData metadata,
MemtableAllocator allocator,
OpOrder.Group opGroup) |
| Constructor and Description |
|---|
NativeDeletedCell(NativeAllocator allocator,
OpOrder.Group writeOp,
DeletedCell copyOf) |
| Modifier and Type | Method and Description |
|---|---|
abstract DeletedCell |
MemtableAllocator.clone(DeletedCell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
DeletedCell |
MemtableBufferAllocator.clone(DeletedCell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
DeletedCell |
NativeAllocator.clone(DeletedCell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
| Modifier and Type | Method and Description |
|---|---|
abstract DeletedCell |
MemtableAllocator.clone(DeletedCell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
DeletedCell |
MemtableBufferAllocator.clone(DeletedCell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
DeletedCell |
NativeAllocator.clone(DeletedCell cell,
CFMetaData cfm,
OpOrder.Group writeOp) |
Copyright © 2018 The Apache Software Foundation