public static enum MembarNode.FenceKind extends Enum<MembarNode.FenceKind>
| Enum Constant and Description |
|---|
ALLOCATION_INIT |
CONSTRUCTOR_FREEZE |
FULL |
LOAD_ACQUIRE |
NONE |
STORE_LOAD |
STORE_RELEASE |
| Modifier and Type | Method and Description |
|---|---|
static MembarNode.FenceKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MembarNode.FenceKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MembarNode.FenceKind NONE
public static final MembarNode.FenceKind STORE_LOAD
public static final MembarNode.FenceKind LOAD_ACQUIRE
public static final MembarNode.FenceKind STORE_RELEASE
public static final MembarNode.FenceKind ALLOCATION_INIT
public static final MembarNode.FenceKind CONSTRUCTOR_FREEZE
public static final MembarNode.FenceKind FULL
public static MembarNode.FenceKind[] values()
public static MembarNode.FenceKind 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 null