B - type of update batchpublic class TestUpdater<B extends Change.Batch> extends Updater<B>
| Constructor and Description |
|---|
TestUpdater(Change.Source<B> changeSource,
WikibaseRepository wikibase,
RdfRepository rdfRepository,
Munger munger,
ExecutorService executor,
int pollDelay,
UrisScheme uris,
boolean verify,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleChanges(Iterable<Change> changes)
Handle the changes in a batch.
|
protected void |
syncDate(Instant newDate)
Record that we reached certain date in permanent storage.
|
public TestUpdater(Change.Source<B> changeSource, WikibaseRepository wikibase, RdfRepository rdfRepository, Munger munger, ExecutorService executor, int pollDelay, UrisScheme uris, boolean verify, com.codahale.metrics.MetricRegistry metricRegistry)
protected void handleChanges(Iterable<Change> changes)
UpdaterhandleChanges in class Updater<B extends Change.Batch>Copyright © 2019. All rights reserved.