java.lang.Object
org.apache.jena.riot.system.StreamRDFWrapper
org.apache.jena.fuseki.system.StreamRDFLimited
- All Implemented Interfaces:
StreamRDF
Limit triples/quads and stop passing through after a limit is reached.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.riot.system.StreamRDFWrapper
base, finish, prefix, start
-
Constructor Details
-
StreamRDFLimited
-
-
Method Details
-
triple
- Specified by:
triple
in interfaceStreamRDF
- Overrides:
triple
in classStreamRDFWrapper
-
quad
- Specified by:
quad
in interfaceStreamRDF
- Overrides:
quad
in classStreamRDFWrapper
-
getCount
public long getCount() -
getLimit
public long getLimit()
-