public static enum ReplicaDistributionStatsSnapshot.ReplicaResource extends Enum<ReplicaDistributionStatsSnapshot.ReplicaResource>
Modifier and Type | Method and Description |
---|---|
static ReplicaDistributionStatsSnapshot.ReplicaResource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicaDistributionStatsSnapshot.ReplicaResource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicaDistributionStatsSnapshot.ReplicaResource LEADER
public static final ReplicaDistributionStatsSnapshot.ReplicaResource REPLICA
public static ReplicaDistributionStatsSnapshot.ReplicaResource[] values()
for (ReplicaDistributionStatsSnapshot.ReplicaResource c : ReplicaDistributionStatsSnapshot.ReplicaResource.values()) System.out.println(c);
public static ReplicaDistributionStatsSnapshot.ReplicaResource 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