Package | Description |
---|---|
org.apache.cassandra.db |
Modifier and Type | Field and Description |
---|---|
protected DeletionInfo |
AbstractThreadUnsafeSortedColumns.deletionInfo |
Modifier and Type | Method and Description |
---|---|
DeletionInfo |
DeletionInfo.add(DeletionInfo newInfo)
Combines another DeletionInfo with this one and returns the result.
|
DeletionInfo |
DeletionInfo.copy() |
DeletionInfo |
AbstractThreadUnsafeSortedColumns.deletionInfo() |
DeletionInfo |
AtomicSortedColumns.deletionInfo() |
abstract DeletionInfo |
ColumnFamily.deletionInfo() |
DeletionInfo |
DeletionInfo.Serializer.deserialize(java.io.DataInput in,
int version) |
DeletionInfo |
DeletionInfo.Serializer.deserialize(java.io.DataInput in,
int version,
java.util.Comparator<java.nio.ByteBuffer> comparator) |
static DeletionInfo |
DeletionInfo.live()
Returns a new DeletionInfo that has no top-level tombstone or any range tombstones.
|
Modifier and Type | Method and Description |
---|---|
DeletionInfo |
DeletionInfo.add(DeletionInfo newInfo)
Combines another DeletionInfo with this one and returns the result.
|
void |
AbstractThreadUnsafeSortedColumns.delete(DeletionInfo newInfo) |
void |
AtomicSortedColumns.delete(DeletionInfo info) |
abstract void |
ColumnFamily.delete(DeletionInfo info) |
boolean |
DeletionInfo.mayModify(DeletionInfo delInfo)
Whether this deletion info may modify the provided one if added to it.
|
void |
DeletionInfo.Serializer.serialize(DeletionInfo info,
java.io.DataOutput out,
int version) |
long |
DeletionInfo.Serializer.serializedSize(DeletionInfo info,
int version) |
long |
DeletionInfo.Serializer.serializedSize(DeletionInfo info,
TypeSizes typeSizes,
int version) |
void |
AbstractThreadUnsafeSortedColumns.setDeletionInfo(DeletionInfo newInfo) |
void |
AtomicSortedColumns.setDeletionInfo(DeletionInfo newInfo) |
abstract void |
ColumnFamily.setDeletionInfo(DeletionInfo info) |
Constructor and Description |
---|
AbstractThreadUnsafeSortedColumns(CFMetaData metadata,
DeletionInfo deletionInfo) |
EmptyColumns(CFMetaData metadata,
DeletionInfo info) |
Copyright © 2014 The Apache Software Foundation