| Class | Description |
|---|---|
| LexicographicalComparator |
Acts as a comparator for two byte buffers.
|
| MergeContext |
Provides a context for merging.
|
| MergeShardTask |
Passes input to the output.
|
| SortContext |
Provides a context for the in memory sort.
|
| SortShardTask |
Keeps accepting inputs and passing them to a SortWorker until the worker's buffer is full.
|
| SortWorker |
Sorts a set of keyValues by a lexicographical comparison of the bytes of the key.
|
Copyright © 2015 Google. All rights reserved.