Package | Description |
---|---|
org.apache.cassandra.db |
Modifier and Type | Field and Description |
---|---|
static DeletionTime |
DeletionTime.LIVE |
Modifier and Type | Field and Description |
---|---|
static ISerializer<DeletionTime> |
DeletionTime.serializer |
Modifier and Type | Method and Description |
---|---|
DeletionTime |
RowIndexEntry.deletionTime() |
DeletionTime |
DeletionInfo.getTopLevelDeletion() |
Modifier and Type | Method and Description |
---|---|
java.util.List<DeletionTime> |
DeletionInfo.rangeCovering(java.nio.ByteBuffer name) |
Modifier and Type | Method and Description |
---|---|
int |
DeletionTime.compareTo(DeletionTime dt) |
static RowIndexEntry |
RowIndexEntry.create(long position,
DeletionTime deletionTime,
ColumnIndex index) |
void |
ColumnFamily.delete(DeletionTime deletionTime) |
Constructor and Description |
---|
DeletionInfo(DeletionTime topLevel) |
RangeTombstone(java.nio.ByteBuffer start,
java.nio.ByteBuffer stop,
DeletionTime delTime) |
Copyright © 2013 The Apache Software Foundation