Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.compaction |
Modifier and Type | Method and Description |
---|---|
ColumnIndex |
ColumnIndex.Builder.build() |
ColumnIndex |
ColumnIndex.Builder.build(ColumnFamily cf)
Serializes the index into in-memory structure with all required components
such as Bloom Filter, index block size, IndexInfo list
|
ColumnIndex |
ColumnIndex.Builder.build(java.lang.Iterable<OnDiskAtom> columns) |
static ColumnIndex |
ColumnIndex.nothing() |
Modifier and Type | Method and Description |
---|---|
static RowIndexEntry |
RowIndexEntry.create(long position,
DeletionTime deletionTime,
ColumnIndex index) |
Modifier and Type | Method and Description |
---|---|
abstract ColumnIndex |
AbstractCompactedRow.index() |
ColumnIndex |
LazilyCompactedRow.index() |
ColumnIndex |
PrecompactedRow.index() |
Copyright © 2014 The Apache Software Foundation