| Package | Description | 
|---|---|
| org.apache.cassandra.db | 
| Modifier and Type | Field and Description | 
|---|---|
| static LegacyLayout.LegacyBound | LegacyLayout.LegacyBound. BOTTOM | 
| LegacyLayout.LegacyBound | LegacyLayout.LegacyRangeTombstone. start | 
| LegacyLayout.LegacyBound | LegacyLayout.LegacyRangeTombstone. stop | 
| static LegacyLayout.LegacyBound | LegacyLayout.LegacyBound. TOP | 
| Modifier and Type | Method and Description | 
|---|---|
| static LegacyLayout.LegacyBound | LegacyLayout. decodeBound(CFMetaData metadata,
           java.nio.ByteBuffer bound,
           boolean isStart) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LegacyLayout.LegacyRangeTombstoneList. add(LegacyLayout.LegacyBound start,
   LegacyLayout.LegacyBound end,
   long markedAt,
   int delTime)Adds a new range tombstone. | 
| LegacyLayout.LegacyRangeTombstone | LegacyLayout.LegacyRangeTombstone. withNewEnd(LegacyLayout.LegacyBound newStop) | 
| LegacyLayout.LegacyRangeTombstone | LegacyLayout.LegacyRangeTombstone. withNewStart(LegacyLayout.LegacyBound newStart) | 
| Constructor and Description | 
|---|
| LegacyRangeTombstone(LegacyLayout.LegacyBound start,
                    LegacyLayout.LegacyBound stop,
                    DeletionTime deletionTime) | 
Copyright © 2018 The Apache Software Foundation