| Class | Description |
|---|---|
| AbstractBatchedNodeTupleOutputFormat<TKey,TTuple,TValue extends AbstractNodeTupleWritable<TTuple>> |
Abstract output format for formats that use a
AbstractBatchedNodeTupleWriter as their writer |
| AbstractNodeOutputFormat<TValue> |
Abstract output format which takes pairs with Node keys and arbitrary values
and writes them as a simple line based text file
|
| AbstractNodeTupleOutputFormat<TKey,TValue,T extends AbstractNodeTupleWritable<TValue>> |
An abstract implementation of an output format for line based tuple formats
where the key is ignored and only the tuple values will be output
|
| AbstractStreamRdfNodeTupleOutputFormat<TKey,TTuple,TValue extends AbstractNodeTupleWritable<TTuple>> |
Abstract output format for formats that use the RIOT
StreamRDF API to
stream the writes |
| QuadsOutputFormat<TKey> |
An output format for RDF quads that dynamically selects the appropriate quad
writer to use based on the file extension of the output file.
|
| TriplesOrQuadsOutputFormat<TKey> |
An output format for RDF triples/quads that dynamically selects the
appropriate triple/quad writer to use based on the file extension of the
output file.
|
| TriplesOutputFormat<TKey> |
An output format for RDF triples that dynamically selects the appropriate triple
writer to use based on the file extension of the output file.
|
Licenced under the Apache License, Version 2.0