|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| FileFetcher | An interface to fetch data for readonly store. |
| SearchStrategy | A way to search for a key in a file of sorted 16 byte keys and 4 byte position offsets |
| Class Summary | |
|---|---|
| BinarySearchStrategy | A search strategy that does a simple binary search into the buffer to find the key |
| ChunkedFileSet | A set of chunked data and index files for a read-only store |
| ExternalSorter<V> | Do an external sort on data coming from an input iterator and produce a new iterator over the values in sorted order |
| InterpolationSearchStrategy | A search strategy that uses interpolation to jump to approximately the correct location in the index with as few comparisons as possible. |
| JsonStoreBuilder | Build a read-only store from given input. |
| JsonStoreBuilder.KeyMd5Comparator | |
| ReadOnlyStorageConfiguration | |
| ReadOnlyStorageEngine | A read-only store that fronts a big file |
| ReadOnlyUtils | |
| StoreSwapper | A helper class to invoke the FETCH and SWAP operations on a remote store via HTTP. |
| StringSorter | Perform an external sort on the lines of the file |
A storage engine that provides very efficient read-only access to large sorted files of data.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||