package irmin-pack

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.5.1.tbz
sha256=cd788a8d3f4a3dd18dc160a153d4aec91eaf6b0fb41ad41464d26c79c304a98e
sha512=4f97862678d35e0b4aa814a1df51d6f8c59bcf5b611c73f0a475f9b5386ca42a4a18e65ce80fc425ddad93fcdacfcb563c52f6423777610a0bc567902f4db088

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
Sourcemodule Io : 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.misc_error ]) result
Sourceval reload : t -> (unit, [> `Index_failure of string | `Io_misc of Io.misc_error | `Ro_not_allowed ]) result
Sourceval close : t -> (unit, [> `Index_failure of string | `Io_misc of Io.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.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.