Class MultiLevelIndex
- java.lang.Object
-
- org.apache.accumulo.core.file.rfile.MultiLevelIndex
-
public class MultiLevelIndex extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMultiLevelIndex.BufferedWriterthis class buffers writes to the index so that chunks of index blocks are contiguous in the file instead of having index blocks sprinkled throughout the file making scans of the entire index slow.static classMultiLevelIndex.IndexEntrystatic classMultiLevelIndex.Readerstatic classMultiLevelIndex.Writer
-
Constructor Summary
Constructors Constructor Description MultiLevelIndex()
-