| Package | Description |
|---|---|
| org.apache.cassandra.db.compaction | |
| org.apache.cassandra.io.compress | |
| org.apache.cassandra.io.util |
| Modifier and Type | Method and Description |
|---|---|
abstract RowIndexEntry |
AbstractCompactedRow.write(long currentPosition,
SequentialWriter out)
write the row (size + column index + filter + column data, but NOT row key) to @param out.
|
RowIndexEntry |
LazilyCompactedRow.write(long currentPosition,
SequentialWriter dataFile) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompressedSequentialWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
ChecksummedSequentialWriter |
| Modifier and Type | Method and Description |
|---|---|
SequentialWriter |
SequentialWriter.finishOnClose() |
static SequentialWriter |
SequentialWriter.open(java.io.File file)
Open a heap-based, non-compressed SequentialWriter
|
SequentialWriter |
SequentialWriter.setDescriptor(Descriptor descriptor) |
Copyright © 2018 The Apache Software Foundation