public final class AllocationState extends ExpandableStringEnum<AllocationState>
Modifier and Type | Field and Description |
---|---|
static AllocationState |
RESIZING
Static value resizing for AllocationState.
|
static AllocationState |
STEADY
Static value steady for AllocationState.
|
Constructor and Description |
---|
AllocationState() |
Modifier and Type | Method and Description |
---|---|
static AllocationState |
fromString(String name)
Creates or finds a AllocationState from its string representation.
|
static Collection<AllocationState> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final AllocationState STEADY
public static final AllocationState RESIZING
public static AllocationState fromString(String name)
name
- a name to look forpublic static Collection<AllocationState> values()
Copyright © 2019. All rights reserved.