Enum ServiceType

java.lang.Object
java.lang.Enum<ServiceType>
com.couchbase.client.core.service.ServiceType
All Implemented Interfaces:
Serializable, Comparable<ServiceType>, java.lang.constant.Constable

public enum ServiceType extends Enum<ServiceType>
Describes the types of services available in a couchbase cluster.
Since:
1.0.0
  • Enum Constant Details

    • KV

      public static final ServiceType KV
      The Key/Value Service ("kv").
    • QUERY

      public static final ServiceType QUERY
      The Query Service ("n1ql").
    • ANALYTICS

      public static final ServiceType ANALYTICS
      The Analytics Service.
    • VIEWS

      public static final ServiceType VIEWS
      The View Service.
    • MANAGER

      public static final ServiceType MANAGER
      The Cluster Manager service ("ns server")
    • EVENTING

      public static final ServiceType EVENTING
      The Eventing (function) service.
    • BACKUP

      @Volatile public static final ServiceType BACKUP
      The Backup service
  • Method Details

    • values

      public static ServiceType[] 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 ServiceType 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
    • scope

      public ServiceScope scope()
    • ident

      public String ident()