Uses of Interface
org.wikidata.wdtk.dumpfiles.MwRevisionProcessor
Package
Description
Components for downloading and processing Wikibase dump files.
-
Uses of MwRevisionProcessor in org.wikidata.wdtk.dumpfiles
Modifier and TypeClassDescriptionclass
This MwRevisionPRocessor distributes revisions to subscribers that register their interest in some type of message (revision).class
A simple revision processor that counts some basic figures and logs the result.class
A revision processor that processes Wikibase entity content from a dump file.Modifier and TypeMethodDescriptionvoid
DumpProcessingController.registerMwRevisionProcessor
(MwRevisionProcessor mwRevisionProcessor, String model, boolean onlyCurrentRevisions) Registers an MwRevisionProcessor, which will henceforth be notified of all revisions that are encountered in the dump.void
MwRevisionProcessorBroker.registerMwRevisionProcessor
(MwRevisionProcessor mwRevisionProcessor, String model, boolean onlyCurrentRevisions) Registers an MwRevisionProcessor, which will henceforth be notified of all revisions that are encountered in the dump.ModifierConstructorDescriptionMwRevisionDumpFileProcessor
(MwRevisionProcessor mwRevisionProcessor) Constructor.