Package

lspace.lgraph.provider

file

Permalink

package file

Visibility
  1. Public
  2. All

Type Members

  1. class FileGraphManager[G <: LGraph] extends GraphManager[G]

    Permalink
  2. class FileStoreManager[G <: LGraph] extends StoreManager[G]

    Permalink

    This manager stores all resources to a filesystem.

    This manager stores all resources to a filesystem. It builds a the complete graph in memory on initialization and persists (async) on any commits to the graph.

  3. class FileStoreProvider extends StoreProvider

    Permalink
  4. case class IdMaps(nodeIds: Map[Long, Long] = Map[Long, Long](), edgeIds: Map[Long, Long] = Map[Long, Long](), valueIds: Map[Long, Long] = Map[Long, Long]()) extends Product with Serializable

    Permalink
  5. case class JsonLDFS(graph: Graph, idMaps: IdMaps = IdMaps()) extends JsonLD with Product with Serializable

    Permalink

Value Members

  1. object FileGraphManager

    Permalink
  2. object FileStoreManager

    Permalink
  3. object FileStoreProvider

    Permalink

Ungrouped