Uses of Interface
org.wikidata.wdtk.dumpfiles.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
Modifier and TypeClassDescriptionclass
Class for representing dump files that are found at arbitrary (local) file paths.Modifier 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.Modifier and TypeMethodDescriptionint
MwDumpFile.DateComparator.compare
(MwDumpFile a, MwDumpFile b) void
DumpProcessingController.processDump
(MwDumpFile dumpFile) Processes the contents of the given dump file.void
JsonDumpFileProcessor.processDumpFileContents
(InputStream inputStream, MwDumpFile dumpFile) Process dump file data from the given input stream.void
MwDumpFileProcessor.processDumpFileContents
(InputStream inputStream, MwDumpFile dumpFile) Process dump file data from the given input stream.void
MwRevisionDumpFileProcessor.processDumpFileContents
(InputStream inputStream, MwDumpFile dumpFile) void
MwSitesDumpFileProcessor.processDumpFileContents
(InputStream inputStream, MwDumpFile dumpFile) -
Uses of MwDumpFile in org.wikidata.wdtk.dumpfiles.wmf
Modifier and TypeClassDescriptionclass
class
Abstract base class for dump files provided by the Wikimedia Foundation.class
Class for representing dump files published by the Wikimedia Foundation, and previously downloaded to a local directory.class
Class for representing dump files published by the Wikimedia Foundation in the main common location of all dump files.Modifier and TypeMethodDescriptionWmfDumpFileManager.findMostRecentDump
(DumpContentType dumpContentType) Finds the most recent dump of the given type that is actually available.Modifier 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.