| Package | Description |
|---|---|
| org.irenical.dumpy.api | |
| org.irenical.dumpy.impl | |
| org.irenical.dumpy.impl.model |
| Modifier and Type | Method and Description |
|---|---|
List<IStream> |
IJob.getStreams() |
| Modifier and Type | Method and Description |
|---|---|
<TYPE,ERROR extends Exception> |
IStreamProcessor.process(IJob iJob,
IStream<TYPE,ERROR> iStream) |
| Modifier and Type | Method and Description |
|---|---|
<TYPE,ERROR extends Exception> |
LatestStreamProcessor.process(IJob iJob,
IStream<TYPE,ERROR> iStream)
Producer/Consumer pattern, with 1 Producer and N Consumers.
|
<TYPE,ERROR extends Exception> |
ErrorStreamProcessor.process(IJob iJob,
IStream<TYPE,ERROR> iStream) |
| Constructor and Description |
|---|
LoaderResponseHandler(DumpyDB dumpyDB,
IJob iJob,
IStream<TYPE,ERROR> iStream,
Future<ILoader.Status> loaderTask,
List<? extends IExtractor.Entity<TYPE>> loaderEntities) |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamImpl<TYPE,ERROR extends Exception> |
Copyright © 2016 Irenical. All rights reserved.