package kinetic-client

  1. Overview
  2. Docs

Module KineticSource

Sourcemodule Config : sig ... end
Sourcetype off = int
Sourcetype len = int
Sourcetype 'a slice = 'a * off * len
Sourcetype key = bytes
Sourcetype version = bytes option
Sourcetype timeout_ms = int64
Sourcetype priority =
  1. | Normal
  2. | Lowest
  3. | Lower
  4. | Low
  5. | Lowernormal
  6. | Highernormal
  7. | High
  8. | Higher
  9. | Highest
Sourcemodule Tag : sig ... end
Sourcemodule type INTEGRATION = sig ... end
Sourcemodule BytesIntegration : sig ... end
Sourcemodule Error : sig ... end
Sourcemodule Make (I : INTEGRATION) : sig ... end