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 TypeMethodDescriptionvoid
LoadBalancer.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 TypeMethodDescriptionvoid
ConsistentHashingLoadBalancer.setNodeSupplier
(NodeSupplier nodeSupplier) void
RandomLoadBalancer.setNodeSupplier
(NodeSupplier nodeSupplier) void
RoundRobinLoadBalancer.setNodeSupplier
(NodeSupplier nodeSupplier) void
WeightRandomLoadBalancer.setNodeSupplier
(NodeSupplier nodeSupplier) void
WeightRoundRobinLoadBalancer.setNodeSupplier
(NodeSupplier nodeSupplier)