Uses of Interface
io.github.lunasaw.zlm.node.NodeSupplier
Packages that use NodeSupplier
Package
Description
-
Uses of NodeSupplier in io.github.lunasaw.zlm.config
Methods in io.github.lunasaw.zlm.config that return NodeSupplierMethods in io.github.lunasaw.zlm.config with parameters of type NodeSupplier -
Uses of NodeSupplier in io.github.lunasaw.zlm.node
Methods in io.github.lunasaw.zlm.node with parameters of type NodeSupplierModifier and TypeMethodDescriptionvoidLoadBalancer.setNodeSupplier(NodeSupplier nodeSupplier) 设置节点提供器 -
Uses of NodeSupplier in io.github.lunasaw.zlm.node.impl
Classes in io.github.lunasaw.zlm.node.impl that implement NodeSupplierMethods in io.github.lunasaw.zlm.node.impl with parameters of type NodeSupplierModifier and TypeMethodDescriptionvoidConsistentHashingLoadBalancer.setNodeSupplier(NodeSupplier nodeSupplier) voidRandomLoadBalancer.setNodeSupplier(NodeSupplier nodeSupplier) voidRoundRobinLoadBalancer.setNodeSupplier(NodeSupplier nodeSupplier) voidWeightRandomLoadBalancer.setNodeSupplier(NodeSupplier nodeSupplier) voidWeightRoundRobinLoadBalancer.setNodeSupplier(NodeSupplier nodeSupplier)