| Class | Description | 
|---|---|
| SortedKeyValueFile | 
 A SortedKeyValueFile is an indexed Avro container file of KeyValue records
 sorted by key. 
 | 
| SortedKeyValueFile.Reader<K,V> | 
 Reads a SortedKeyValueFile by loading the key index into memory. 
 | 
| SortedKeyValueFile.Reader.Options | 
 A class to encapsulate the options of a Reader. 
 | 
| SortedKeyValueFile.Writer<K,V> | 
 Writes a SortedKeyValueFile. 
 | 
| SortedKeyValueFile.Writer.Options | 
 A class to encapsulate the various options of a SortedKeyValueFile.Writer. 
 | 
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.