@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.NewTrackeris 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 | 
|---|---|
| OffsetRangeTracker | A  RestrictionTrackerfor claiming offsets in anOffsetRangein 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.