Class CsvNamedDatabaseIdVisitor

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, SingleRowVisitor<org.neo4j.kernel.database.NamedDatabaseId>

    public class CsvNamedDatabaseIdVisitor
    extends java.lang.Object
    implements SingleRowVisitor<org.neo4j.kernel.database.NamedDatabaseId>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void export​(org.neo4j.kernel.database.NamedDatabaseId namedDatabaseId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CsvNamedDatabaseIdVisitor

        public CsvNamedDatabaseIdVisitor​(java.nio.file.Path fileLocation)
    • Method Detail

      • export

        public void export​(org.neo4j.kernel.database.NamedDatabaseId namedDatabaseId)
        Specified by:
        export in interface SingleRowVisitor<org.neo4j.kernel.database.NamedDatabaseId>
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in interface SingleRowVisitor<org.neo4j.kernel.database.NamedDatabaseId>