Class DefaultProxyServiceLoadBalancer

    • Field Detail

      • m_loadLocal

        protected ProxyServiceLoad m_loadLocal
        The ServiceLoad associated with the "local" Member.
    • Constructor Detail

      • DefaultProxyServiceLoadBalancer

        public DefaultProxyServiceLoadBalancer()
        Default constructor.
      • DefaultProxyServiceLoadBalancer

        public DefaultProxyServiceLoadBalancer​(Comparator comparator)
        Create a new DefaultProxyServiceLoadBalancer that will order ProxyServiceLoad objects using the specified Comparator. If null, the natural ordering of the ProxyServiceLoad objects will be used.
        Parameters:
        comparator - the Comparator used to order ProxyServiceLoad objects