public class StreamRDFDedup extends Object implements org.apache.jena.riot.system.StreamRDF
StreamRDF and attempts to remove duplicate
triples and quads. To maintain streaming, duplicates are only
removed within a sliding window of configurable size. Default
size is 10000 triples and quads.| Constructor and Description |
|---|
StreamRDFDedup(org.apache.jena.riot.system.StreamRDF wrapped) |
StreamRDFDedup(org.apache.jena.riot.system.StreamRDF wrapped,
int windowSize) |
public StreamRDFDedup(org.apache.jena.riot.system.StreamRDF wrapped)
public StreamRDFDedup(org.apache.jena.riot.system.StreamRDF wrapped, int windowSize)
public void start()
start in interface org.apache.jena.riot.system.StreamRDFpublic void triple(org.apache.jena.graph.Triple triple)
triple in interface org.apache.jena.riot.system.StreamRDFpublic void quad(org.apache.jena.sparql.core.Quad quad)
quad in interface org.apache.jena.riot.system.StreamRDFpublic void base(String base)
base in interface org.apache.jena.riot.system.StreamRDFpublic void prefix(String prefix, String iri)
prefix in interface org.apache.jena.riot.system.StreamRDFpublic void finish()
finish in interface org.apache.jena.riot.system.StreamRDFCopyright © 2014–2019 University Health Network. All rights reserved.