Enum Constant and Description |
---|
MIRROR |
RAIDZ1 |
RAIDZ2 |
RAIDZ3 |
STRIPED |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static Pool.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Pool.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pool.Type MIRROR
public static final Pool.Type STRIPED
public static final Pool.Type RAIDZ1
public static final Pool.Type RAIDZ2
public static final Pool.Type RAIDZ3
public static Pool.Type[] values()
for (Pool.Type c : Pool.Type.values()) System.out.println(c);
public static Pool.Type 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<Pool.Type>
Copyright © 2025. All Rights Reserved.