Bedrock.Directory.Layer (bedrock v0.6.0)

View Source

Main implementation of the FoundationDB directory layer.

Manages directory hierarchy and metadata storage using the same key/value layout as FoundationDB's directory layer.

Summary

Types

t()

@type t() :: %Bedrock.Directory.Layer{
  content_keyspace: Bedrock.Keyspace.t(),
  next_prefix_fn: (-> binary()),
  node_keyspace: Bedrock.Keyspace.t(),
  path: [String.t()],
  repo: module()
}