public static enum ScatteredVersionManager.SegmentState extends Enum<ScatteredVersionManager.SegmentState>
Enum Constant and Description |
---|
BLOCKED |
KEY_TRANSFER |
NOT_OWNED |
OWNED |
VALUE_TRANSFER |
Modifier and Type | Method and Description |
---|---|
char |
singleChar() |
static ScatteredVersionManager.SegmentState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScatteredVersionManager.SegmentState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScatteredVersionManager.SegmentState NOT_OWNED
public static final ScatteredVersionManager.SegmentState BLOCKED
public static final ScatteredVersionManager.SegmentState KEY_TRANSFER
public static final ScatteredVersionManager.SegmentState VALUE_TRANSFER
public static final ScatteredVersionManager.SegmentState OWNED
public static ScatteredVersionManager.SegmentState[] values()
for (ScatteredVersionManager.SegmentState c : ScatteredVersionManager.SegmentState.values()) System.out.println(c);
public static ScatteredVersionManager.SegmentState 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 char singleChar()
Copyright © 2021 JBoss by Red Hat. All rights reserved.