org.apache.accumulo.core.file.rfile
Class MultiLevelIndex

java.lang.Object
  extended by org.apache.accumulo.core.file.rfile.MultiLevelIndex

public class MultiLevelIndex
extends Object


Nested Class Summary
static class MultiLevelIndex.BufferedWriter
          this 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 class MultiLevelIndex.IndexEntry
           
static class MultiLevelIndex.Reader
           
static class MultiLevelIndex.Writer
           
 
Constructor Summary
MultiLevelIndex()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiLevelIndex

public MultiLevelIndex()


Copyright © 2015 Apache Accumulo Project. All rights reserved.