o

overflowdb.formats.graphson

GraphSONImporter

object GraphSONImporter extends Importer

Imports OverflowDB graph to GraphSON 3.0

https://tinkerpop.apache.org/docs/3.4.1/dev/io/#graphson-3d0

Linear Supertypes
Importer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphSONImporter
  2. Importer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def runImport(graph: Graph, inputFiles: Seq[Path]): Unit
    Definition Classes
    GraphSONImporterImporter
  2. def runImport(graph: Graph, inputFile: String): Unit
    Definition Classes
    Importer
  3. def runImport(graph: Graph, inputFile: Path): Unit
    Definition Classes
    Importer