Package n10s.rdf.load

Class DirectStatementLoader

All Implemented Interfaces:
org.eclipse.rdf4j.rio.RDFHandler
Direct Known Subclasses:
DirectNodeAdder, DirectRelationshipAdder, PlainJsonStatementLoader

public class DirectStatementLoader extends RDFToLPGStatementProcessor
Created by jbarrasa on 09/11/2016.
  • Constructor Details

    • DirectStatementLoader

      public DirectStatementLoader(org.neo4j.graphdb.GraphDatabaseService db, org.neo4j.graphdb.Transaction tx, RDFParserConfig conf, org.neo4j.logging.Log l)
  • Method Details

    • endRDF

      public void endRDF() throws org.eclipse.rdf4j.rio.RDFHandlerException
      Throws:
      org.eclipse.rdf4j.rio.RDFHandlerException
    • runPartialTx

      public Integer runPartialTx(org.neo4j.graphdb.Transaction inThreadTransaction)
    • periodicOperation

      protected void periodicOperation()
      Specified by:
      periodicOperation in class RDFToLPGStatementProcessor