GraphSONExporter

overflowdb.formats.graphson.GraphSONExporter$
object GraphSONExporter extends Exporter

Exports OverflowDB graph to GraphSON 3.0

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

Attributes

Graph
Supertypes
trait Exporter
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def defaultFileExtension: String

Attributes

Definition Classes
def propertyEntry(element: Element, propertyId: AtomicInteger, propertyType: String): Map[String, Property]
override def runExport(nodes: IterableOnce[Node], edges: IterableOnce[Edge], outputFile: Path): ExportResult

Attributes

Definition Classes
def valueEntry(propertyValue: Any): PropertyValue

Inherited methods

def runExport(graph: Graph, outputFile: String): ExportResult

Attributes

Inherited from:
Exporter
def runExport(graph: Graph, outputFile: Path): ExportResult

Attributes

Inherited from:
Exporter