| 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> | |
| TestingSource |
A trivial implementation of Source to be used to testing.
|
| TestingSource.Extract |