public static enum RogLogCompactor.State extends Enum<RogLogCompactor.State>
Enum Constant and Description |
---|
Compacted
Log has been compacted but work pending to switch to live
|
Complete
Log has been compacted and switched live
|
Failed
Log compaction failed
|
InProgress
Compaction is in progress
|
NotStarted
Compaction has not been started
|
Modifier and Type | Method and Description |
---|---|
static RogLogCompactor.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RogLogCompactor.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RogLogCompactor.State NotStarted
public static final RogLogCompactor.State InProgress
public static final RogLogCompactor.State Compacted
public static final RogLogCompactor.State Complete
public static final RogLogCompactor.State Failed
public static RogLogCompactor.State[] values()
for (RogLogCompactor.State c : RogLogCompactor.State.values()) System.out.println(c);
public static RogLogCompactor.State 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 © 2019 Neeve Research, LLC. All Rights Reserved.