apache_beam.io.restriction_trackers module¶
iobase.RestrictionTracker implementations provided with Apache Beam.
-
class
apache_beam.io.restriction_trackers.
OffsetRange
(start, stop)[source]¶ Bases:
future.types.newobject.newobject
-
class
apache_beam.io.restriction_trackers.
OffsetRestrictionTracker
(start_position, stop_position)[source]¶ Bases:
apache_beam.io.iobase.RestrictionTracker
An iobase.RestrictionTracker implementations for an offset range.
Offset range is represented as a pair of integers [start_position, stop_position}.