Package org.apache.jena.riot.system
Class ProgressStreamRDF
- java.lang.Object
-
- org.apache.jena.riot.system.StreamRDFWrapper
-
- org.apache.jena.riot.system.ProgressStreamRDF
-
- All Implemented Interfaces:
StreamRDF
public class ProgressStreamRDF extends StreamRDFWrapper
Send ticks to aProgressMonitoras triples and quads are sent along theStreamRDF.
-
-
Constructor Summary
Constructors Constructor Description ProgressStreamRDF(StreamRDF other, org.apache.jena.atlas.lib.ProgressMonitor monitor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidquad(Quad quad)Quad emittedvoidtriple(Triple triple)Triple emitted-
Methods inherited from class org.apache.jena.riot.system.StreamRDFWrapper
base, finish, prefix, start
-
-
-
-
Constructor Detail
-
ProgressStreamRDF
public ProgressStreamRDF(StreamRDF other, org.apache.jena.atlas.lib.ProgressMonitor monitor)
-
-