public class SecondaryIndexBuilder extends CompactionInfo.Holder
| Constructor and Description |
|---|
SecondaryIndexBuilder(ColumnFamilyStore cfs,
java.util.Set<Index> indexers,
ReducingKeyIterator iter) |
| Modifier and Type | Method and Description |
|---|---|
void |
build() |
CompactionInfo |
getCompactionInfo() |
boolean |
isGlobal()
if this compaction involves several/all tables we can safely check globalCompactionsPaused
in isStopRequested() below
|
finished, isStopRequested, started, stoppublic SecondaryIndexBuilder(ColumnFamilyStore cfs, java.util.Set<Index> indexers, ReducingKeyIterator iter)
public CompactionInfo getCompactionInfo()
getCompactionInfo in class CompactionInfo.Holderpublic void build()
public boolean isGlobal()
CompactionInfo.HolderisGlobal in class CompactionInfo.HolderCopyright © 2020 The Apache Software Foundation