java.lang.Object
org.apache.jena.riot.system.BatchedStreamRDF
- All Implemented Interfaces:
StreamRDF
Batch a stream into triples and/or quads. Triples are batched on subject Quads are
batched on (graph, subject).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BatchedStreamRDF
-
-
Method Details
-
start
public final void start()Description copied from interface:StreamRDFStart processing -
triple
public void triple(org.apache.jena.graph.Triple triple) Description copied from interface:StreamRDFTriple emitted -
quad
Description copied from interface:StreamRDFQuad emitted -
finish
public final void finish()Description copied from interface:StreamRDFFinish processing -
base
Description copied from interface:StreamRDFbase declaration seen -
prefix
Description copied from interface:StreamRDFprefix declaration seen -
version
Description copied from interface:StreamRDFversion declaration seen
-