Package | Description |
---|---|
org.apache.cassandra.db |
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.buildForCompaction(java.util.Iterator<OnDiskAtom> columns)
The important distinction wrt build() is that we may be building for a row that ends up
being compacted away entirely, i.e., the input consists only of expired tombstones (or
columns shadowed by expired tombstone).
|
static ColumnIndex |
ColumnIndex.nothing() |
Modifier and Type | Method and Description |
---|---|
static RowIndexEntry<IndexHelper.IndexInfo> |
RowIndexEntry.create(long position,
DeletionTime deletionTime,
ColumnIndex index) |
Copyright © 2020 The Apache Software Foundation