Module Nv_map_ss_private.Make_3

NOTE prefer Make_2 since it provides the Nv_map_ii_ functions

Parameters

Signature

type t
val create : ?⁠buckets_fn:string -> ?⁠values_fn:string -> unit -> t
val find_opt : t -> string -> string option
val insert : t -> string -> string -> unit
val batch : t -> Kv_hash.Nv_map_ss_intf.op list -> unit
val close : t -> unit
type nv_map_ii

Access to the non-volatile int->int map

val get_nv_map_ii : t -> nv_map_ii
val get_values_file : t -> Kv_hash.Values_file.t