public static enum MergePolicy.OneMergeProgress.PauseReason extends 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(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(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 nullCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.