public static enum ReadOption.Redundancy extends java.lang.Enum<ReadOption.Redundancy>
Enum Constant and Description |
---|
REDUNDANCY_0
読み取り回数1回,照合回数0回 Read count 1 time, collation count 0 times |
REDUNDANCY_1
読み取り回数2回,照合回数1回 2 reads, 1 collation |
REDUNDANCY_2
読み取り回数3回,照合回数2回 Read count 3 times, collation count 2 times |
REDUNDANCY_3
読み取り回数4回,照合回数3回 Read 4 times, collation 3 times |
REDUNDANCY_4
読み取り回数5回,照合回数4回 Read 5 times, collate 4 times |
REDUNDANCY_5
読み取り回数6回,照合回数5回 Read 6 times, collate 5 times |
REDUNDANCY_6
読み取り回数7回,照合回数6回 Read 7 times, collate 6 times |
REDUNDANCY_7
読み取り回数8回,照合回数7回 Read 8 times, collate 7 times |
REDUNDANCY_8
読み取り回数9回,照合回数8回 Read 9 times, collate 8 times |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
static ReadOption.Redundancy |
valueOf(int id) |
static ReadOption.Redundancy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReadOption.Redundancy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadOption.Redundancy REDUNDANCY_0
public static final ReadOption.Redundancy REDUNDANCY_1
public static final ReadOption.Redundancy REDUNDANCY_2
public static final ReadOption.Redundancy REDUNDANCY_3
public static final ReadOption.Redundancy REDUNDANCY_4
public static final ReadOption.Redundancy REDUNDANCY_5
public static final ReadOption.Redundancy REDUNDANCY_6
public static final ReadOption.Redundancy REDUNDANCY_7
public static final ReadOption.Redundancy REDUNDANCY_8
public static ReadOption.Redundancy[] values()
for (ReadOption.Redundancy c : ReadOption.Redundancy.values()) System.out.println(c);
public static ReadOption.Redundancy 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 int getId()
public static ReadOption.Redundancy valueOf(int id)