package balancer

  1. Overview
  2. Docs

Module Balancer.DistributorSource

Sourcemodule type S = sig ... end
Sourcemodule type Fanout = sig ... end
Sourcemodule type Checksum = sig ... end
Sourcemodule P2C : S with type param = unit and type state = Serverset.LoadedNodes.t and type peer = Serverset.LoadedNode.t
Sourcemodule CHash (C : Checksum) : S with type param = Cstruct.t and type state = Serverset.Nodes.t and type peer = Node.t
Sourcemodule RoundRobin : S with type param = unit and type state = Serverset.RRQueue.t and type peer = Node.t