package index

  1. Overview
  2. Docs
A platform-agnostic multi-level index for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

index-1.6.2.tbz
sha256=9388835098a4ed44eeced070ed86855c049df12a98311d4980b9b724ecab8860
sha512=2e3052aac2a3ee4190e5cbc914d37904d589997463b22023d31e6b75e21d779342088324a9b42d1854bf7131f32f3e75f6f9cc2cb214d79dd2baa0b4cc2eaad3

doc/index.unix/Index_unix/Private/IO/index.html

Module Private.IOSource

Sourcetype t
Sourceval v : ?flush_callback:(unit -> unit) -> fresh:bool -> generation:Optint.Int63.t -> fan_size:Optint.Int63.t -> string -> t
Sourceval v_readonly : string -> (t, [ `No_file_on_disk ]) result
Sourceval offset : t -> Optint.Int63.t
Sourceval read : t -> off:Optint.Int63.t -> len:int -> bytes -> int
Sourceval clear : generation:Optint.Int63.t -> ?hook:(unit -> unit) -> reopen:bool -> t -> unit
Sourceval flush : ?no_callback:unit -> ?with_fsync:bool -> t -> unit
Sourceval get_generation : t -> Optint.Int63.t
Sourceval set_fanout : t -> string -> unit
Sourceval get_fanout : t -> string
Sourceval get_fanout_size : t -> Optint.Int63.t
Sourceval rename : src:t -> dst:t -> unit
Sourceval append : t -> string -> unit
Sourceval append_substring : t -> string -> off:int -> len:int -> unit
Sourceval close : t -> unit
Sourceval size_header : t -> int

size_header t is t's header size.

Sourcemodule Lock : sig ... end
Sourcemodule Header : sig ... end
Sourceval exists : string -> bool

exists name is true iff there is a pre-existing IO instance called name.

Sourceval size : t -> int

Returns the true size of the underlying data representation in bytes. Note that this is not necessarily equal to the total size of observable data, which is given by offset.

To be used for debugging purposes only.

OCaml

Innovation. Community. Security.