Uses of Class
io.github.lunasaw.zlm.config.ZlmNode
Packages that use ZlmNode
Package
Description
-
Uses of ZlmNode in io.github.lunasaw.zlm.api.controller
Methods in io.github.lunasaw.zlm.api.controller that return types with arguments of type ZlmNode -
Uses of ZlmNode in io.github.lunasaw.zlm.config
Fields in io.github.lunasaw.zlm.config with type parameters of type ZlmNodeMethods in io.github.lunasaw.zlm.config that return types with arguments of type ZlmNode -
Uses of ZlmNode in io.github.lunasaw.zlm.node
Methods in io.github.lunasaw.zlm.node that return ZlmNodeModifier and TypeMethodDescription根据服务器ID获取指定节点LoadBalancer.selectNode
(String key) 根据key选择节点 每次选择时直接从NodeSupplier获取最新节点列表Methods in io.github.lunasaw.zlm.node that return types with arguments of type ZlmNode -
Uses of ZlmNode in io.github.lunasaw.zlm.node.impl
Methods in io.github.lunasaw.zlm.node.impl that return ZlmNodeModifier and TypeMethodDescriptionConsistentHashingLoadBalancer.selectNode
(String key) RandomLoadBalancer.selectNode
(String key) RoundRobinLoadBalancer.selectNode
(String key) WeightRandomLoadBalancer.selectNode
(String key) WeightRoundRobinLoadBalancer.selectNode
(String key) Methods in io.github.lunasaw.zlm.node.impl that return types with arguments of type ZlmNode -
Uses of ZlmNode in io.github.lunasaw.zlm.node.service
Methods in io.github.lunasaw.zlm.node.service that return ZlmNodeModifier and TypeMethodDescriptionNodeService.getAvailableNode
(String nodeKey) 根据节点key获取指定节点default ZlmNode
NodeService.selectNode()
使用默认负载均衡策略选择节点NodeService.selectNode
(String key) 使用负载均衡策略选择节点 -
Uses of ZlmNode in io.github.lunasaw.zlm.node.service.impl
Methods in io.github.lunasaw.zlm.node.service.impl that return ZlmNodeModifier and TypeMethodDescriptionNodeServiceImpl.getAvailableNode
(String nodeKey) NodeServiceImpl.selectNode
(String key)