Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.filter |
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 |
DeletionInfo.copy(AbstractAllocator allocator) |
DeletionInfo |
ArrayBackedSortedColumns.deletionInfo() |
DeletionInfo |
AtomicBTreeColumns.deletionInfo() |
abstract DeletionInfo |
ColumnFamily.deletionInfo() |
DeletionInfo |
DeletionInfo.Serializer.deserialize(java.io.DataInput in,
int version) |
DeletionInfo |
DeletionInfo.diff(DeletionInfo superset)
Evaluates difference between this deletion info and superset for read repair
|
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 |
ArrayBackedSortedColumns.delete(DeletionInfo newInfo) |
void |
AtomicBTreeColumns.delete(DeletionInfo info) |
abstract void |
ColumnFamily.delete(DeletionInfo info) |
DeletionInfo |
DeletionInfo.diff(DeletionInfo superset)
Evaluates difference between this deletion info and superset for read repair
|
boolean |
DeletionInfo.mayModify(DeletionInfo delInfo)
Whether this deletion info may modify the provided one if added to it.
|
void |
DeletionInfo.Serializer.serialize(DeletionInfo info,
DataOutputPlus out,
int version) |
long |
DeletionInfo.Serializer.serializedSize(DeletionInfo info,
int version) |
long |
DeletionInfo.Serializer.serializedSize(DeletionInfo info,
TypeSizes typeSizes,
int version) |
void |
ArrayBackedSortedColumns.setDeletionInfo(DeletionInfo newInfo) |
void |
AtomicBTreeColumns.setDeletionInfo(DeletionInfo newInfo) |
abstract void |
ColumnFamily.setDeletionInfo(DeletionInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
QueryFilter.delete(DeletionInfo target,
ColumnFamily source) |
Copyright © 2014 The Apache Software Foundation