OffsetBasedSource

OffsetBasedSource<T> is an extension of the BoundedSource abstraction for bounded sources that produce an finite amount of input (of type T) using offsets.

Available OffsetBasedSources

Table 1. OffsetBasedSources (Direct Implementations and Extensions Only)
OffsetBasedSource Description

CreateSource

FileBasedSource

BoundedCountingSource

Creating Instance

OffsetBasedSource takes the following to be created:

  • Starting Offset

  • End Offset

  • Minimum Bundle Size

OffsetBasedSource is an abstract class and cannot be created directly. It is created indirectly for the concrete OffsetBasedSources.