java.lang.Object
org.apache.jena.riot.system.StreamRDFWrapper
org.apache.jena.riot.system.StreamRDFCountingBase
- All Implemented Interfaces:
StreamRDFCounting
,StreamRDF
Wrap another StreamRDF and provide counts of items
-
Constructor Details
-
StreamRDFCountingBase
-
-
Method Details
-
triple
public void triple(org.apache.jena.graph.Triple triple) Description copied from interface:StreamRDF
Triple emitted- Specified by:
triple
in interfaceStreamRDF
- Overrides:
triple
in classStreamRDFWrapper
-
quad
Description copied from interface:StreamRDF
Quad emitted- Specified by:
quad
in interfaceStreamRDF
- Overrides:
quad
in classStreamRDFWrapper
-
count
public long count()Description copied from interface:StreamRDFCounting
Count of triples, quads or tuples- Specified by:
count
in interfaceStreamRDFCounting
-
countTriples
public long countTriples()- Specified by:
countTriples
in interfaceStreamRDFCounting
-
countQuads
public long countQuads()- Specified by:
countQuads
in interfaceStreamRDFCounting
-