Package | Description |
---|---|
org.apache.cassandra.db.compaction | |
org.apache.cassandra.index | |
org.apache.cassandra.index.internal |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<?> |
CompactionManager.submitIndexBuild(SecondaryIndexBuilder builder)
Is not scheduled, because it is performing disjoint work from sstable compaction.
|
Modifier and Type | Method and Description |
---|---|
SecondaryIndexBuilder |
Index.IndexBuildingSupport.getIndexBuildTask(ColumnFamilyStore cfs,
java.util.Set<Index> indexes,
java.util.Collection<SSTableReader> sstables) |
SecondaryIndexBuilder |
Index.CollatedViewIndexBuildingSupport.getIndexBuildTask(ColumnFamilyStore cfs,
java.util.Set<Index> indexes,
java.util.Collection<SSTableReader> sstables) |
Modifier and Type | Class and Description |
---|---|
class |
CollatedViewIndexBuilder
Manages building an entire index from column family data.
|
Copyright © 2020 The Apache Software Foundation