| Class | Description |
|---|---|
| LongIndexToKey |
A default implementation of
IndexToKey that assumes (strictly requires) keys that are
LongWritable values, where all values are both unique and contiguous (0 to numRecords()-1)This allows for easy inference of the number of records, and identify mapping between indexes and keys. |
Copyright © 2017. All rights reserved.