public static final class BasicSerializableSourceFormat.BoundedSourceSplit<T> extends Object implements Reader.DynamicSplitResult
DynamicSplitResult specified explicitly by a pair of BoundedSource
objects describing the primary and residual sources.| Modifier and Type | Field and Description |
|---|---|
BoundedSource<T> |
primary |
BoundedSource<T> |
residual |
| Constructor and Description |
|---|
BoundedSourceSplit(BoundedSource<T> primary,
BoundedSource<T> residual) |
public final BoundedSource<T> primary
public final BoundedSource<T> residual
public BoundedSourceSplit(BoundedSource<T> primary, BoundedSource<T> residual)