| Package | Description |
|---|---|
| org.wikidata.query.rdf.tool | |
| org.wikidata.query.rdf.tool.change |
Definition of a change in Wikibase and strategies for detecting them.
|
| Constructor and Description |
|---|
TestUpdater(Change.Source<B> changeSource,
WikibaseRepository wikibase,
RdfRepository rdfRepository,
Munger munger,
ExecutorService executor,
int pollDelay,
WikibaseUris uris,
boolean verify,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdListChangeSource
Creates a change source out of the list of IDs.
|
class |
IdRangeChangeSource
Blindly iterates an id range and returns those as "changes".
|
class |
KafkaPoller
This poller will connect to Kafka event source and get changes from
one or more topics there.
|
class |
RecentChangesPoller
Polls recent changes.
|
| Modifier and Type | Method and Description |
|---|---|
static Change.Source<? extends Change.Batch> |
ChangeSourceContext.buildChangeSource(UpdateOptions options,
Instant startTime,
WikibaseRepository wikibaseRepository,
RdfClient rdfClient,
URI root,
com.codahale.metrics.MetricRegistry metricRegistry)
Build a change source.
|
Copyright © 2019. All rights reserved.