See: Description
| Interface | Description |
|---|---|
| SyntheticOptions.Sampler |
Wrapper over a distribution.
|
| Class | Description |
|---|---|
| SyntheticBoundedIO |
This
SyntheticBoundedIO class provides a parameterizable batch custom source that is
deterministic. |
| SyntheticBoundedIO.SyntheticBoundedSource |
A
SyntheticBoundedIO.SyntheticBoundedSource that reads KV<byte[], byte[]>. |
| SyntheticBoundedIO.SyntheticSourceOptions |
Synthetic bounded source options.
|
| SyntheticBoundedIO.SyntheticSourceOptions.Record |
Record generated by
SyntheticBoundedIO.SyntheticSourceOptions.genRecord(long). |
| SyntheticOptions |
This
SyntheticOptions class provides common parameterizable synthetic options that are
used by SyntheticBoundedIO. |
| SyntheticStep |
This
SyntheticStep class provides a parameterizable DoFn that consumes KV<byte[], byte[]> and emits KV<byte[], byte[]>. |
| SyntheticStep.Options |
Synthetic step options.
|
| Enum | Description |
|---|---|
| SyntheticBoundedIO.ProgressShape |
Shape of the progress reporting curve as a function of the current offset in the
SyntheticBoundedIO.SyntheticBoundedSource. |
| SyntheticOptions.DelayType |
The type of Delay that will be produced.
|