To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
module I : INTEGRATION
Signature
module Entry : sig ... end
val get_connection_id : session -> int64
val get_batch_id : batch -> int32
type 'a result = ('a, Error.t) Lwt_result.t
val handshake :
string ->
int64 ->
?trace:bool ->
?timeout:float ->
?max_operation_count_per_batch:int ->
I.socket ->
session result
The initial contact with the device, which will send some information that is needed in the session
val tracing : session -> bool -> unit
turn on or of the trace logging of the raw messages
val put :
?timeout:timeout_ms ->
?priority:priority ->
client ->
key ->
I.value slice ->
db_version:version ->
new_version:version ->
forced:bool option ->
synchronization:synchronization option ->
tag:Tag.t option ->
unit result
insert a key value pair. db_version is the version that's supposed to be the current version in the database. new_version is the version of the key value pair _after_ the update. forced updates happen regardless the db_version
val delete_forced :
?timeout:timeout_ms ->
?priority:priority ->
client ->
key ->
unit result
val noop : ?timeout:timeout_ms -> ?priority:priority -> client -> unit result
val get_capacities :
?timeout:timeout_ms ->
?priority:priority ->
client ->
(int64 * float) result
returns capacity of the drive and portion full
val do_batch :
?timeout:timeout_ms ->
?priority:priority ->
client ->
batch_operation list ->
unit result
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page