package irmin-pack

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.3.1.tbz
sha256=535254ca443858bfc9e540535977fed63e9206d4b78c5cac0239d1e6657b5c78
sha512=fa18557fcf808121a0495de707c6f7bff4a69197b310480816648adafd4a659b5673a1f5bbf4574f517b7d93253735ef7798b0c365d87afac60675007ef19b54

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 ]) result
Sourceval close : t -> (unit, [> `Index_failure of string | `Io_misc of Io.Unix.misc_error ]) result
Sourceval close_exn : t -> unit
Sourceval flush : t -> with_fsync:bool -> (unit, [> `Index_failure of string | `Io_misc of Io.Unix.misc_error ]) 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.