public static enum KeyspaceParams.Option extends java.lang.Enum<KeyspaceParams.Option>
Enum Constant and Description |
---|
DURABLE_WRITES |
REPLICATION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static KeyspaceParams.Option |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyspaceParams.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyspaceParams.Option DURABLE_WRITES
public static final KeyspaceParams.Option REPLICATION
public static KeyspaceParams.Option[] values()
for (KeyspaceParams.Option c : KeyspaceParams.Option.values()) System.out.println(c);
public static KeyspaceParams.Option valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<KeyspaceParams.Option>
Copyright © 2009-2022 The Apache Software Foundation