Class ClickHouseNodeSelector

  • All Implemented Interfaces:
    Serializable

    public class ClickHouseNodeSelector
    extends Object
    implements Serializable
    This class maintains two immutable lists: preferred protocols and tags. Usually it will be used in two scenarios: 1) find suitable ClickHouseClient according to preferred protocol(s); and 2) pick suitable ClickHouseNode to connect to.
    See Also:
    Serialized Form