@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
See: Description
| Interface | Description | 
|---|---|
| RangeTracker<PositionT> | 
 A  
RangeTracker is a thread-safe helper object for implementing dynamic work rebalancing
 in position-based BoundedSource.BoundedReader subclasses. | 
| Class | Description | 
|---|---|
| ByteKey | 
 A class representing a key consisting of an array of bytes. 
 | 
| ByteKeyRange | 
 A class representing a range of  
ByteKeys. | 
| ByteKeyRangeTracker | |
| OffsetRange | 
 A restriction represented by a range of integers [from, to). 
 | 
| OffsetRangeTracker | 
 A  
RangeTracker for non-negative positions of type long. | 
See RangeTracker to get started.