@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
DoFn.See: Description
| Interface | Description | 
|---|---|
| HasDefaultTracker<RestrictionT extends HasDefaultTracker<RestrictionT,TrackerT>,TrackerT extends RestrictionTracker<RestrictionT,?>> | 
 Interface for restrictions for which a default implementation of  
DoFn.NewTracker is available, depending only on the restriction
 itself. | 
| RestrictionTracker.ClaimObserver<PositionT> | 
 Internal interface allowing a runner to observe the calls to  
RestrictionTracker.tryClaim(PositionT). | 
| Class | Description | 
|---|---|
| ByteKeyRangeTracker | |
| OffsetRangeTracker | 
 A  
RestrictionTracker for claiming offsets in an OffsetRange in a monotonically
 increasing fashion. | 
| RestrictionTracker<RestrictionT,PositionT> | 
 Manages concurrent access to the restriction and keeps track of its claimed part for a splittable  
DoFn. | 
DoFn.