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