Uses of Class
voldemort.store.readonly.chunk.ChunkedFileSet

Packages that use ChunkedFileSet
voldemort.store.readonly A storage engine that provides very efficient read-only access to large sorted files of data. 
voldemort.store.readonly.chunk Read-only store classes for understanding various format changes. 
 

Uses of ChunkedFileSet in voldemort.store.readonly
 

Methods in voldemort.store.readonly that return ChunkedFileSet
 ChunkedFileSet ReadOnlyStorageEngine.getChunkedFileSet()
          Returns the internal chunked file set
 

Uses of ChunkedFileSet in voldemort.store.readonly.chunk
 

Constructors in voldemort.store.readonly.chunk with parameters of type ChunkedFileSet
ChunkedFileSet.ROEntriesIterator(ChunkedFileSet chunkedFileSet, java.util.concurrent.locks.ReadWriteLock modificationLock)
           
ChunkedFileSet.ROKeyIterator(ChunkedFileSet chunkedFileSet, java.util.concurrent.locks.ReadWriteLock modificationLock)
           
 



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