| Class | Description |
|---|---|
| FastSequentialSource |
A very simple
Source that just emits long values counting up from 1 until either it reaches a user specified
value or a user specified time elapses. |
| FastSequentialSource.FastSequentialExtractor | |
| HelloWorldSource |
Hello world!
|
| HelloWorldSource.ExtractorImpl | |
| StdoutWriter<D> |
A simple writer implementation that writes the output to Stdout
|
| StdoutWriter.Builder<D> | |
| StressTestingSource |
A
Source to be used for stress testing
This source uses an extractor that can be configured to have sleep and computation time before returning a record. |
| StressTestingSource.ExtractorImpl | |
| TestingSource |
A trivial implementation of Source to be used to testing.
|
| TestingSource.Extract | |
| TestIOUtils |
Test utils to read from and write records from a file
|