| Package | Description |
|---|---|
| org.wikidata.query.rdf.tool.change |
Definition of a change in Wikibase and strategies for detecting them.
|
| org.wikidata.query.rdf.tool.rdf |
| Modifier and Type | Method and Description |
|---|---|
void |
Change.delay(Queue<Change.DelayedChange> queue,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
Munger.munge(String entityId,
Collection<org.openrdf.model.Statement> statements,
Collection<String> existingValues,
Collection<String> existingRefs,
Change sourceChange,
Queue<Change.DelayedChange> deferralQueue)
Adds and removes entries from the statements collection to munge Wikibase
RDF exports into a more queryable form.
|
void |
Munger.mungeWithValues(String entityId,
Collection<org.openrdf.model.Statement> statements,
com.google.common.collect.Multimap<String,String> repoValues,
com.google.common.collect.Multimap<String,String> repoRefs,
Collection<String> valuesContainer,
Collection<String> refsContainer,
Change sourceChange,
Queue<Change.DelayedChange> deferralQueue)
Adds and removes entries from the statements collection to munge Wikibase
RDF exports into a more queryable form.
|
Copyright © 2019. All rights reserved.