Uses of Interface
org.wikidata.wdtk.dumpfiles.MwRevisionProcessor
Packages that use MwRevisionProcessor
Package
Description
Components for downloading and processing Wikibase dump files.
-
Uses of MwRevisionProcessor in org.wikidata.wdtk.dumpfiles
Classes in org.wikidata.wdtk.dumpfiles that implement MwRevisionProcessorModifier 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.Methods in org.wikidata.wdtk.dumpfiles with parameters of type MwRevisionProcessorModifier 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.Constructors in org.wikidata.wdtk.dumpfiles with parameters of type MwRevisionProcessorModifierConstructorDescriptionMwRevisionDumpFileProcessor
(MwRevisionProcessor mwRevisionProcessor) Constructor.