public static enum MergePolicy.OneMergeProgress.PauseReason extends java.lang.Enum<MergePolicy.OneMergeProgress.PauseReason>
| Enum Constant and Description |
|---|
OTHER
Other reason.
|
PAUSED
Temporarily paused because of exceeded throughput rate.
|
STOPPED
Stopped (because of throughput rate set to 0, typically).
|
| Modifier and Type | Method and Description |
|---|---|
static MergePolicy.OneMergeProgress.PauseReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MergePolicy.OneMergeProgress.PauseReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MergePolicy.OneMergeProgress.PauseReason STOPPED
public static final MergePolicy.OneMergeProgress.PauseReason PAUSED
public static final MergePolicy.OneMergeProgress.PauseReason OTHER
public static MergePolicy.OneMergeProgress.PauseReason[] values()
for (MergePolicy.OneMergeProgress.PauseReason c : MergePolicy.OneMergeProgress.PauseReason.values()) System.out.println(c);
public static MergePolicy.OneMergeProgress.PauseReason 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 © 2000–2025 The Apache Software Foundation. All rights reserved.