Package

lspace.lgraph.provider

file

Permalink

package file

Visibility
  1. Public
  2. All

Type Members

  1. case class DecodeLDFS[Json0](graph: Graph, idMaps: IdMaps = IdMaps())(implicit baseDecoder: Aux[Json0]) extends Decoder with Product with Serializable

    Permalink
  2. case class EncodeLDFS[Json0](idMaps: IdMaps = IdMaps())(implicit baseEncoder: Aux[Json0]) extends Encoder with Product with Serializable

    Permalink
  3. class FileGraphManager[G <: LGraph] extends GraphManager[G]

    Permalink
  4. class FileStoreManager[G <: LGraph, Json] 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.

  5. class FileStoreProvider[T] extends StoreProvider

    Permalink
  6. 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

Value Members

  1. object FileGraphManager

    Permalink
  2. object FileStoreManager

    Permalink
  3. object FileStoreProvider

    Permalink

Ungrouped