public final class ReplicationState extends ExpandableStringEnum<ReplicationState>
Modifier and Type | Field and Description |
---|---|
static ReplicationState |
COMPLETED
Static value Completed for ReplicationState.
|
static ReplicationState |
FAILED
Static value Failed for ReplicationState.
|
static ReplicationState |
REPLICATING
Static value Replicating for ReplicationState.
|
static ReplicationState |
UNKNOWN
Static value Unknown for ReplicationState.
|
Constructor and Description |
---|
ReplicationState() |
Modifier and Type | Method and Description |
---|---|
static ReplicationState |
fromString(String name)
Creates or finds a ReplicationState from its string representation.
|
static Collection<ReplicationState> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final ReplicationState UNKNOWN
public static final ReplicationState REPLICATING
public static final ReplicationState COMPLETED
public static final ReplicationState FAILED
public static ReplicationState fromString(String name)
name
- a name to look forpublic static Collection<ReplicationState> values()
Copyright © 2019. All rights reserved.