public enum CombineMethod extends Enum<CombineMethod>
Enum Constant and Description |
---|
CACHE |
CACHEPOOL |
LINEAR |
MIRROR |
RAID5 |
RAID6 |
SNAPSHOT |
STRIPE |
THIN |
THINPOOL |
ZERO |
Modifier and Type | Method and Description |
---|---|
static CombineMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CombineMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CombineMethod LINEAR
public static final CombineMethod STRIPE
public static final CombineMethod MIRROR
public static final CombineMethod RAID5
public static final CombineMethod RAID6
public static final CombineMethod ZERO
public static final CombineMethod THIN
public static final CombineMethod THINPOOL
public static final CombineMethod SNAPSHOT
public static final CombineMethod CACHE
public static final CombineMethod CACHEPOOL
public static CombineMethod[] values()
for (CombineMethod c : CombineMethod.values()) System.out.println(c);
public static CombineMethod 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 nullCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.