| Package | Description |
|---|---|
| org.irenical.dumpy.api | |
| org.irenical.dumpy.impl |
| Modifier and Type | Method and Description |
|---|---|
default IExtractor.Response<TYPE> |
IExtractor.createResponse(List<IExtractor.Entity<TYPE>> entities,
String nextCursor,
boolean hasNext)
Utility to build a paginated response.
|
ILoader.Status |
ILoader.load(List<? extends IExtractor.Entity<TYPE>> entities)
Loads the given entities into the target system.
|
| Constructor and Description |
|---|
LoaderResponseHandler(DumpyDB dumpyDB,
IJob iJob,
IStream<TYPE,ERROR> iStream,
Future<ILoader.Status> loaderTask,
List<? extends IExtractor.Entity<TYPE>> loaderEntities) |
Copyright © 2016 Irenical. All rights reserved.