| Package | Description |
|---|---|
| de.gerdiproject.harvest.etls.loaders |
This package contains classes concerning ILoaders.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiskLoader.load(Iterator<de.gerdiproject.json.datacite.DataCiteJson> documents) |
void |
AbstractIteratorLoader.load(Iterator<S> documents) |
void |
AbstractURLLoader.load(Iterator<S> documents) |
void |
ILoader.load(S document)
Loads the document to a targeted search index.
|
void |
DiskLoader.loadElement(de.gerdiproject.json.datacite.DataCiteJson document) |
protected abstract void |
AbstractIteratorLoader.loadElement(S document)
Loads a single element of the Iterator.
|
void |
AbstractURLLoader.loadElement(S document) |
protected void |
AbstractIteratorLoader.loadElementAndIncrement(S document)
Loads a single element of the Iterator and increments
the number of harvested documents of the dedicated harvester, regardless
of whether the loading succeeded or not.
|
protected void |
AbstractURLLoader.tryLoadingBatch()
Sends documents to an external place.
|
Copyright © 2017–2019. All rights reserved.