|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnIndex | |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.compaction |
Uses of ColumnIndex in org.apache.cassandra.db |
---|
Methods in org.apache.cassandra.db that return ColumnIndex | |
---|---|
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)
|
Methods in org.apache.cassandra.db with parameters of type ColumnIndex | |
---|---|
static RowIndexEntry |
RowIndexEntry.create(long position,
DeletionInfo deletionInfo,
ColumnIndex index)
|
Uses of ColumnIndex in org.apache.cassandra.db.compaction |
---|
Methods in org.apache.cassandra.db.compaction that return ColumnIndex | |
---|---|
abstract ColumnIndex |
AbstractCompactedRow.index()
|
ColumnIndex |
LazilyCompactedRow.index()
|
ColumnIndex |
PrecompactedRow.index()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |