Enum Class DhService

java.lang.Object
java.lang.Enum<DhService>
io.deephaven.util.DhService
All Implemented Interfaces:
Serializable, Comparable<DhService>, java.lang.constant.Constable

public enum DhService extends Enum<DhService>
  • Enum Constant Details

    • REMOTE_QUERY_DISPATCHER

      public static final DhService REMOTE_QUERY_DISPATCHER
    • DELEGATED_AUTHENTICATION

      public static final DhService DELEGATED_AUTHENTICATION
    • PERSISTENT_QUERY_CONTROLLER

      public static final DhService PERSISTENT_QUERY_CONTROLLER
    • DB_ACL_WRITE_SERVER

      public static final DhService DB_ACL_WRITE_SERVER
    • AUTH_SERVER

      public static final DhService AUTH_SERVER
    • QUERY_PROCESSOR

      public static final DhService QUERY_PROCESSOR
  • Method Details

    • values

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

      public static DhService valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • serviceName

      public String serviceName()
    • resolverServicePath

      public String resolverServicePath()