java.io.Serializable, java.lang.Comparable<NumberReplicas.StoredReplicaState>public static enum NumberReplicas.StoredReplicaState extends java.lang.Enum<NumberReplicas.StoredReplicaState>
| Enum Constant | Description |
|---|---|
CORRUPT |
|
DECOMMISSIONED |
|
DECOMMISSIONING |
|
EXCESS |
|
LIVE |
|
MAINTENANCE_FOR_READ |
|
MAINTENANCE_NOT_FOR_READ |
|
READONLY |
|
REDUNDANT |
|
STALESTORAGE |
| Modifier and Type | Method | Description |
|---|---|---|
static NumberReplicas.StoredReplicaState |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static NumberReplicas.StoredReplicaState[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NumberReplicas.StoredReplicaState LIVE
public static final NumberReplicas.StoredReplicaState READONLY
public static final NumberReplicas.StoredReplicaState DECOMMISSIONING
public static final NumberReplicas.StoredReplicaState DECOMMISSIONED
public static final NumberReplicas.StoredReplicaState MAINTENANCE_NOT_FOR_READ
public static final NumberReplicas.StoredReplicaState MAINTENANCE_FOR_READ
public static final NumberReplicas.StoredReplicaState CORRUPT
public static final NumberReplicas.StoredReplicaState EXCESS
public static final NumberReplicas.StoredReplicaState STALESTORAGE
public static final NumberReplicas.StoredReplicaState REDUNDANT
public static NumberReplicas.StoredReplicaState[] values()
for (NumberReplicas.StoredReplicaState c : NumberReplicas.StoredReplicaState.values()) System.out.println(c);
public static NumberReplicas.StoredReplicaState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2008–2025 Apache Software Foundation. All rights reserved.