Package | Description |
---|---|
org.wikidata.wdtk.dumpfiles |
Components for downloading and processing Wikibase dump files.
|
org.wikidata.wdtk.dumpfiles.wmf |
Code that is specific to the dump file exports of the Wikimedia Foundation (WMF).
|
Modifier and Type | Method and Description |
---|---|
int |
MwDumpFile.DateComparator.compare(MwDumpFile a,
MwDumpFile b) |
void |
MwSitesDumpFileProcessor.processDumpFileContents(InputStream inputStream,
MwDumpFile dumpFile) |
void |
MwRevisionDumpFileProcessor.processDumpFileContents(InputStream inputStream,
MwDumpFile dumpFile) |
void |
MwDumpFileProcessor.processDumpFileContents(InputStream inputStream,
MwDumpFile dumpFile)
Process dump file data from the given input stream.
|
void |
JsonDumpFileProcessor.processDumpFileContents(InputStream inputStream,
MwDumpFile dumpFile) |
Modifier and Type | Class and Description |
---|---|
class |
JsonLocalDumpFile |
class |
JsonOnlineDumpFile |
class |
WmfDumpFile
Abstract base class for dump files provided by the Wikimedia Foundation.
|
class |
WmfLocalDumpFile
Class for representing dump files published by the Wikimedia Foundation, and
previously downloaded to a local directory.
|
class |
WmfOnlineStandardDumpFile
Class for representing dump files published by the Wikimedia Foundation in
the main common location of all dump files.
|
Modifier and Type | Method and Description |
---|---|
MwDumpFile |
WmfDumpFileManager.findMostRecentDump(DumpContentType dumpContentType)
Finds the most recent dump of the given type that is actually available.
|
Modifier and Type | Method and Description |
---|---|
List<MwDumpFile> |
WmfDumpFileManager.findAllDumps(DumpContentType dumpContentType)
Returns a list of all dump files of the given type available either
online or locally.
|
List<MwDumpFile> |
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.
|
Copyright © 2014 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage