@Experimental(value=SOURCE_SINK)
See: Description
| Interface | Description |
|---|---|
| SyntheticOptions.Sampler |
Wrapper over a distribution.
|
| Class | Description |
|---|---|
| BundleSplitter |
Determines bundle sizes based on @{link SyntheticSourceOptions}.
|
| SyntheticBoundedSource |
A
SyntheticBoundedSource that reads KV<byte[], byte[]>. |
| SyntheticOptions |
This
SyntheticOptions class provides common parameterizable synthetic options that are
used by SyntheticBoundedSource and SyntheticUnboundedSource. |
| SyntheticSourceOptions |
Synthetic bounded source options.
|
| SyntheticSourceOptions.Record |
Record generated by
SyntheticSourceOptions.genRecord(long). |
| SyntheticStep |
This
SyntheticStep class provides a parameterizable DoFn that consumes KV<byte[], byte[]> and emits KV<byte[], byte[]>. |
| SyntheticStep.Options |
Synthetic step options.
|
| SyntheticUnboundedSource |
A
SyntheticUnboundedSource that reads KV<byte[], byte[]>. |
| Enum | Description |
|---|---|
| SyntheticOptions.DelayType |
The type of Delay that will be produced.
|
| SyntheticSourceOptions.ProgressShape |
Shape of the progress reporting curve as a function of the current offset in the
SyntheticBoundedSource. |