public enum ClusterResetType extends java.lang.Enum<ClusterResetType> implements Rawable
| Enum Constant and Description |
|---|
HARD
Hard reset: Reset the cluster info, set epochs to 0, change node ID.
|
SOFT
Soft reset: Reset only the cluster info.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getRaw()
Get byte array.
|
static ClusterResetType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClusterResetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfpublic static final ClusterResetType SOFT
public static final ClusterResetType HARD
public static ClusterResetType[] values()
for (ClusterResetType c : ClusterResetType.values()) System.out.println(c);
public static ClusterResetType 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 © 2025. All rights reserved.