Package voldemort.store.readonly.chunk

Read-only store classes for understanding various format changes.

See:
          Description

Interface Summary
DataFileChunk Common interface to abstract out reading from Hdfs and Local files
 

Class Summary
ChunkedFileSet A set of chunked data and index files for a read-only store
ChunkedFileSet.ROCollidedEntriesIterator Iterator over top 8 bytes of md5(key) and all collided entries ( including the number of entries ) Works only for ReadOnlyStorageFormat.READONLY_V2
ChunkedFileSet.ROEntriesIterator Iterator for RO entries - Works only for ReadOnlyStorageFormat.READONLY_V2
ChunkedFileSet.ROKeyIterator Iterator for RO keys - Works only for ReadOnlyStorageFormat.READONLY_V2
DataFileChunkSet  
LocalDataFileChunk  
 

Package voldemort.store.readonly.chunk Description

Read-only store classes for understanding various format changes.



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu