package irmin-pack

  1. Overview
  2. Docs
Irmin backend which stores values in a pack file

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.4.2.tbz
sha256=964512f77697947a73dd1875c634d6804e98f14167c5aadd3c4f85b5f30ffb53
sha512=d56d3285daa2dd36f1eaff867af5c8f44c61bba4de1a5c7bb5347652dbc460c343483ab61de1a9302f664af357eacc964dc5c8b4477f6d01372dc028b162e98b

doc/irmin-pack.unix/Irmin_pack_unix/KV/Make/Index/index.html

Module Make.IndexSource

Sourcetype t
Sourcetype key = H.t
Sourcetype cache
Sourceval empty_cache : unit -> cache
Sourceval clear : t -> unit
Sourceval replace : ?overcommit:bool -> t -> key -> value -> unit
Sourceval sync : t -> unit
Sourceval is_merging : t -> bool
Sourcemodule Checks : sig ... end
Sourceval v_exn : ?flush_callback:(unit -> unit) -> ?fresh:bool -> ?readonly:bool -> ?throttle:[ `Block_writes | `Overcommit_memory ] -> ?lru_size:int -> log_size:int -> string -> t
Sourceval v : ?flush_callback:(unit -> unit) -> ?fresh:bool -> ?readonly:bool -> ?throttle:[ `Block_writes | `Overcommit_memory ] -> ?lru_size:int -> log_size:int -> string -> (t, [> `Index_failure of string | `Io_misc of Io.Unix.misc_error ]) result
Sourceval reload : t -> (unit, [> `Index_failure of string | `Io_misc of Io.Unix.misc_error | `Ro_not_allowed ]) result
Sourceval close : t -> (unit, [> `Index_failure of string | `Io_misc of Io.Unix.misc_error | `Ro_not_allowed ]) result
Sourceval close_exn : t -> unit
Sourceval flush : t -> with_fsync:bool -> (unit, [> `Index_failure of string | `Io_misc of Io.Unix.misc_error | `Ro_not_allowed ]) result
Sourceval find : t -> key -> value option
Sourceval add : ?overcommit:bool -> t -> key -> value -> unit
Sourceval merge : t -> unit
Sourceval mem : t -> key -> bool
Sourceval iter : (key -> value -> unit) -> t -> unit
Sourceval filter : t -> ((key * value) -> bool) -> unit
Sourceval try_merge : t -> unit
Sourcemodule Stats = Index.Stats
Sourcemodule Key : sig ... end
OCaml

Innovation. Community. Security.