Uses of Interface
org.wikidata.wdtk.dumpfiles.MwDumpFile
Packages that use MwDumpFile
Package
Description
Components for downloading and processing Wikibase dump files.
Code that is specific to the dump file exports of the Wikimedia Foundation (WMF).
-
Uses of MwDumpFile in org.wikidata.wdtk.dumpfiles
Classes in org.wikidata.wdtk.dumpfiles that implement MwDumpFileModifier and TypeClassDescriptionclassClass for representing dump files that are found at arbitrary (local) file paths.Methods in org.wikidata.wdtk.dumpfiles that return MwDumpFileModifier and TypeMethodDescriptionDumpProcessingController.getMostRecentDump(DumpContentType dumpContentType) Returns a handler for the most recent dump file of the given type that is available (under the current settings), or null if no dump file of this type could be retrieved.Methods in org.wikidata.wdtk.dumpfiles with parameters of type MwDumpFileModifier and TypeMethodDescriptionintMwDumpFile.DateComparator.compare(MwDumpFile a, MwDumpFile b) voidDumpProcessingController.processDump(MwDumpFile dumpFile) Processes the contents of the given dump file.voidJsonDumpFileProcessor.processDumpFileContents(InputStream inputStream, MwDumpFile dumpFile) Process dump file data from the given input stream.voidMwDumpFileProcessor.processDumpFileContents(InputStream inputStream, MwDumpFile dumpFile) Process dump file data from the given input stream.voidMwRevisionDumpFileProcessor.processDumpFileContents(InputStream inputStream, MwDumpFile dumpFile) voidMwSitesDumpFileProcessor.processDumpFileContents(InputStream inputStream, MwDumpFile dumpFile) -
Uses of MwDumpFile in org.wikidata.wdtk.dumpfiles.wmf
Classes in org.wikidata.wdtk.dumpfiles.wmf that implement MwDumpFileModifier and TypeClassDescriptionclassclassAbstract base class for dump files provided by the Wikimedia Foundation.classClass for representing dump files published by the Wikimedia Foundation, and previously downloaded to a local directory.classClass for representing dump files published by the Wikimedia Foundation in the main common location of all dump files.Methods in org.wikidata.wdtk.dumpfiles.wmf that return MwDumpFileModifier and TypeMethodDescriptionWmfDumpFileManager.findMostRecentDump(DumpContentType dumpContentType) Finds the most recent dump of the given type that is actually available.Methods in org.wikidata.wdtk.dumpfiles.wmf that return types with arguments of type MwDumpFileModifier and TypeMethodDescriptionWmfDumpFileManager.findAllDumps(DumpContentType dumpContentType) Returns a list of all dump files of the given type available either online or locally.WmfDumpFileManager.findAllRelevantRevisionDumps(boolean preferCurrent) Finds all page revision dump files, online or locally, that are relevant to obtain the most current state of the data.