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 Make
(SS : Serverset.S)
(D : Distributor.S with type state = SS.t) :
sig ... end
module Distributor : sig ... end
module Node : sig ... end
module Serverset : sig ... end
module Chash : sig ... end
module Util : sig ... end
Utilities for concurrency and thread safety
module P2C : sig ... end
module CHash (C : Distributor.Checksum) : sig ... end
module CHashLeastLoaded
(C : Distributor.Checksum)
(F : Distributor.Fanout) :
sig ... end
module RoundRobin : sig ... end
module P2C_PKG
(C1 : Distributor.Checksum)
(C2 : Distributor.Checksum) :
sig ... end