public static enum TableOptions.ReadRepairValue extends Enum<TableOptions.ReadRepairValue>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
String |
value() |
static TableOptions.ReadRepairValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableOptions.ReadRepairValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableOptions.ReadRepairValue BLOCKING
public static final TableOptions.ReadRepairValue NONE
public static TableOptions.ReadRepairValue[] values()
for (TableOptions.ReadRepairValue c : TableOptions.ReadRepairValue.values()) System.out.println(c);
public static TableOptions.ReadRepairValue 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 value()
public String toString()
toString
in class Enum<TableOptions.ReadRepairValue>
Copyright © 2012–2023. All rights reserved.