Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
secret : string;
cluster_version : int64;
identity : int64;
connection_id : int64;
mutable sequence : int64;
mutable batch_id : int32;
config : Kinetic_config.Config.t;
mutable trace : bool;
mutable in_batch : bool;
}
val incr_sequence : t -> unit
val set_sequence : t -> int64 -> unit
val batch_on : t -> unit
val batch_off : t -> unit