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/Gc/index.html

Module Make.GcSource

Sourcetype msg = [
  1. | `Msg of string
]
Sourcetype stats = {
  1. duration : float;
  2. finalisation_duration : float;
  3. read_gc_output_duration : float;
  4. transfer_latest_newies_duration : float;
  5. swap_duration : float;
}
Sourcetype process_state = [
  1. | `Finalised of stats
  2. | `Idle
  3. | `Running
]
Sourceval catch_errors : string -> exn -> ('a, [> `Msg of string ]) result Lwt.t
Sourceval map_errors : string -> Errs.t -> [> `Msg of string ]
Sourceval finalise_exn : ?wait:bool -> X.Repo.t -> [> `Finalised of Irmin_pack_unix__Gc_intf.stats | `Idle | `Running ] Lwt.t
Sourceval start_exn : ?unlink:bool -> X.Repo.t -> XKey.t -> bool Lwt.t
Sourceval start : X.Repo.t -> XKey.t -> (bool, [> `Msg of string ]) result Lwt.t
Sourceval is_finished : X.Repo.t -> bool
Sourceval wait : X.Repo.t -> (Irmin_pack_unix__Gc_intf.stats option, [> `Msg of string ]) result Lwt.t
Sourceval run : ?finished: ((Irmin_pack_unix__Gc_intf.stats, [> `Msg of string ]) result -> unit Lwt.t) -> X.Repo.t -> XKey.t -> (bool, [> `Msg of string ]) result Lwt.t
Sourceval is_allowed : X.Repo.t -> bool
Sourceval cancel : X.Repo.t -> bool
OCaml

Innovation. Community. Security.