public class CollatedViewIndexBuilder extends SecondaryIndexBuilder implements java.lang.AutoCloseable
Constructor and Description |
---|
CollatedViewIndexBuilder(ColumnFamilyStore cfs,
java.util.Set<Index> indexers,
ReducingKeyIterator iter,
java.util.Collection<SSTableReader> sstables) |
Modifier and Type | Method and Description |
---|---|
void |
build() |
void |
close() |
CompactionInfo |
getCompactionInfo() |
isGlobal
isStopRequested, stop
public CollatedViewIndexBuilder(ColumnFamilyStore cfs, java.util.Set<Index> indexers, ReducingKeyIterator iter, java.util.Collection<SSTableReader> sstables)
public CompactionInfo getCompactionInfo()
getCompactionInfo
in class CompactionInfo.Holder
public void build()
build
in class SecondaryIndexBuilder
public void close()
close
in interface java.lang.AutoCloseable
Copyright © 2009- The Apache Software Foundation