Enum PortSelector

java.lang.Object
java.lang.Enum<PortSelector>
com.couchbase.client.core.topology.PortSelector
All Implemented Interfaces:
Serializable, Comparable<PortSelector>

@Internal public enum PortSelector extends Enum<PortSelector>
Helps the config parser select only the service ports relevant to the client's transport security mode (TLS or non-TLS).
  • Enum Constant Details

  • Method Details

    • values

      public static PortSelector[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static PortSelector valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • selectPorts

      public Map<ServiceType,Integer> selectPorts(Map<String,Integer> serviceNameToPort)
      Parameters:
      serviceNameToPort - key is service name as it appears in the cluster map JSON, value is associated port