Package | Description |
---|---|
org.apache.cassandra.db |
Modifier and Type | Class and Description |
---|---|
static class |
OnDiskAtom.Serializer |
Modifier and Type | Method and Description |
---|---|
long |
RangeTombstone.Tracker.writeOpenedMarkers(Composite startPos,
DataOutputPlus out,
OnDiskAtom.SerializerForWriting atomSerializer)
Computes the RangeTombstone that are needed at the beginning of an index
block starting with
firstColumn . |
long |
RangeTombstone.Tracker.writeUnwrittenTombstones(DataOutputPlus out,
OnDiskAtom.SerializerForWriting atomSerializer)
Writes out all tombstones that have been accepted after the previous call of this method.
|
Constructor and Description |
---|
Builder(ColumnFamily cf,
java.nio.ByteBuffer key,
DataOutputPlus output,
OnDiskAtom.SerializerForWriting serializer) |
Copyright © 2018 The Apache Software Foundation