Graph

flatgraph.Graph
See theGraph companion class
object Graph

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Graph.type

Members list

Value members

Concrete methods

def withStorage(schema: Schema, storagePath: Path, persistOnClose: Boolean): Graph

Instantiate a new graph with storage. If the file already exists, this will deserialize the given file into memory. Graph.close will serialise graph to that given file (and override whatever was there before), unless you specify persistOnClose = false.

Instantiate a new graph with storage. If the file already exists, this will deserialize the given file into memory. Graph.close will serialise graph to that given file (and override whatever was there before), unless you specify persistOnClose = false.

Attributes

Concrete fields

val PropertySlotSize: Int
val logger: Logger