public final class LivyStatementStates extends com.azure.core.util.ExpandableStringEnum<LivyStatementStates>
| Modifier and Type | Field and Description |
|---|---|
static LivyStatementStates |
AVAILABLE
Static value available for LivyStatementStates.
|
static LivyStatementStates |
CANCELLED
Static value cancelled for LivyStatementStates.
|
static LivyStatementStates |
CANCELLING
Static value cancelling for LivyStatementStates.
|
static LivyStatementStates |
ERROR
Static value error for LivyStatementStates.
|
static LivyStatementStates |
RUNNING
Static value running for LivyStatementStates.
|
static LivyStatementStates |
WAITING
Static value waiting for LivyStatementStates.
|
| Constructor and Description |
|---|
LivyStatementStates() |
| Modifier and Type | Method and Description |
|---|---|
static LivyStatementStates |
fromString(String name)
Creates or finds a LivyStatementStates from its string representation.
|
static Collection<LivyStatementStates> |
values() |
public static final LivyStatementStates WAITING
public static final LivyStatementStates RUNNING
public static final LivyStatementStates AVAILABLE
public static final LivyStatementStates ERROR
public static final LivyStatementStates CANCELLING
public static final LivyStatementStates CANCELLED
public static LivyStatementStates fromString(String name)
name - a name to look for.public static Collection<LivyStatementStates> values()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.