Class DefaultLoadBalancer

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit addPenaltyProvider(IPenaltyProvider penaltyProvider) Adds a penalty provider to the load balancer.
      Unit removePenaltyProvider(IPenaltyProvider penaltyProvider) Removes a penalty provider from the load balancer.
      LavalinkNode selectNode(VoiceRegion region, Long guildId) Selects a node based on the criteria of the load balancer.
      • Methods inherited from class dev.arbjerg.lavalink.client.loadbalancing.ILoadBalancer

        selectNode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait