public interface DimensionMergerLegacy<EncodedKeyComponentType> extends DimensionMergerV9<EncodedKeyComponentType>
| Modifier and Type | Method and Description |
|---|---|
File |
makeDimFile() |
void |
writeIndexesToFiles(com.google.common.io.ByteSink invertedOut,
com.google.common.io.OutputSupplier<FileOutputStream> spatialOut)
Write this dimension's bitmap and spatial indexes to a file.
|
void |
writeRowValuesToFile(FileOutputSupplier rowValueOut)
Write this dimension's sequence of row values to a file.
|
void |
writeValueMetadataToFile(FileOutputSupplier valueEncodingFile)
Write this dimension's value metadata to a file.
|
makeColumnDescriptorcanSkip, convertSegmentRowValuesToMergedRowValues, processMergedRow, writeIndexes, writeMergedValueMetadatavoid writeValueMetadataToFile(FileOutputSupplier valueEncodingFile) throws IOException
valueEncodingFile - Destination fileIOExceptionvoid writeRowValuesToFile(FileOutputSupplier rowValueOut) throws IOException
rowValueOut - Destination fileIOExceptionvoid writeIndexesToFiles(com.google.common.io.ByteSink invertedOut,
com.google.common.io.OutputSupplier<FileOutputStream> spatialOut)
throws IOException
invertedOut - Destination file for bitmap indexesspatialOut - Destination file for spatial indexesIOExceptionFile makeDimFile() throws IOException
IOExceptionCopyright © 2011–2017. All rights reserved.