Package n10s.rdf.stream
Class StatementStreamer
java.lang.Object
n10s.ConfiguredStatementHandler
n10s.rdf.stream.StatementStreamer
- All Implemented Interfaces:
org.eclipse.rdf4j.rio.RDFHandler
- Direct Known Subclasses:
StarFormatStatementStreamer
-
Nested Class Summary
Nested classes/interfaces inherited from class n10s.ConfiguredStatementHandler
ConfiguredStatementHandler.TripleLimitReached -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final RDFParserConfigprotected List<StreamedStatement> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidendRDF()voidvoidhandleNamespace(String s, String s1) voidhandleStatement(org.eclipse.rdf4j.model.Statement st) voidstartRDF()
-
Field Details
-
parserConfig
-
statements
-
-
Constructor Details
-
StatementStreamer
-
-
Method Details
-
startRDF
public void startRDF() throws org.eclipse.rdf4j.rio.RDFHandlerException- Throws:
org.eclipse.rdf4j.rio.RDFHandlerException
-
endRDF
public void endRDF() throws org.eclipse.rdf4j.rio.RDFHandlerException- Throws:
org.eclipse.rdf4j.rio.RDFHandlerException
-
handleNamespace
- Throws:
org.eclipse.rdf4j.rio.RDFHandlerException
-
handleStatement
public void handleStatement(org.eclipse.rdf4j.model.Statement st) throws org.eclipse.rdf4j.rio.RDFHandlerException - Throws:
org.eclipse.rdf4j.rio.RDFHandlerException
-
handleComment
- Throws:
org.eclipse.rdf4j.rio.RDFHandlerException
-
getStatements
-
getParserConfig
- Specified by:
getParserConfigin classConfiguredStatementHandler
-