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.0.tbz
sha256=9e72efdc13324602d8da46e0492b1f4e09ad524149845e1a9106882f60ad6e1f
sha512=ae9cb4b086c7b93962aafc2ea339ac85c6d66bdf769f70a16f62fa5c74d9b194e12ac00b510be5ffac5adff3aa20fd69c4ca4067dcc966767fefcf5c02bc9969

doc/irmin-pack.unix/Irmin_pack_unix/Maker/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.