| Modifier and Type | Class and Description |
|---|---|
static class |
MungePart.AlwaysOutputPicker<T>
An output picker that always returns one output.
|
static class |
MungePart.ChunkedFileWriterOutputPicker
OutputPicker that writes to files.
|
static class |
MungePart.ChunkedPipedWriterOutputPicker
OutputPicker writes to PipedOutput stream and throws the corresponding
PipedInputStreams on a BlockingQueue.
|
static interface |
MungePart.Options
CLI options for use with JewelCli.
|
static interface |
MungePart.OutputPicker<T>
Picks the right RDFHandler for writing.
|
| Constructor and Description |
|---|
MungePart(WikibaseUris uris,
Reader from,
MungePart.OutputPicker<Writer> to) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Run a bulk munge configured from the command line.
|
void |
run() |
public MungePart(WikibaseUris uris, Reader from, MungePart.OutputPicker<Writer> to)
Copyright © 2016. All rights reserved.