package balancer
-
balancer
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module type Fanout = sig ... end
module type Checksum = sig ... end
module P2C :
S
with type param = unit
and type state = Serverset.LoadedNodes.t
and type peer = Serverset.LoadedNode.t
module CHashLeastLoaded
(C : Checksum)
(F : Fanout) :
S
with type param = Cstruct.t
and type state = Serverset.LoadedNodes.t
and type peer = Serverset.LoadedNode.t
module RoundRobin :
S
with type param = unit
and type state = Serverset.RRQueue.t
and type peer = Node.t