package irmin-pack

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Fm.IndexSource

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.