public enum ClusterCapabilities extends Enum<ClusterCapabilities>
| Enum Constant and Description |
|---|
ENHANCED_PREPARED_STATEMENTS |
| Modifier and Type | Method and Description |
|---|---|
String |
getRaw() |
static ClusterCapabilities |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterCapabilities[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterCapabilities ENHANCED_PREPARED_STATEMENTS
public static ClusterCapabilities[] values()
for (ClusterCapabilities c : ClusterCapabilities.values()) System.out.println(c);
public static ClusterCapabilities valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getRaw()
Copyright © 2021 Couchbase, Inc.. All rights reserved.