public static enum CoreOptions.StartupMode extends Enum<CoreOptions.StartupMode> implements DescribedEnum
Enum Constant and Description |
---|
COMPACTED_FULL |
DEFAULT |
FROM_FILE_CREATION_TIME |
FROM_SNAPSHOT |
FROM_SNAPSHOT_FULL |
FROM_TIMESTAMP |
FULL |
INCREMENTAL |
LATEST |
LATEST_FULL |
Modifier and Type | Method and Description |
---|---|
InlineElement |
getDescription()
Returns the description for the enum constant.
|
String |
toString() |
static CoreOptions.StartupMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreOptions.StartupMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreOptions.StartupMode DEFAULT
public static final CoreOptions.StartupMode LATEST_FULL
public static final CoreOptions.StartupMode FULL
public static final CoreOptions.StartupMode LATEST
public static final CoreOptions.StartupMode COMPACTED_FULL
public static final CoreOptions.StartupMode FROM_TIMESTAMP
public static final CoreOptions.StartupMode FROM_FILE_CREATION_TIME
public static final CoreOptions.StartupMode FROM_SNAPSHOT
public static final CoreOptions.StartupMode FROM_SNAPSHOT_FULL
public static final CoreOptions.StartupMode INCREMENTAL
public static CoreOptions.StartupMode[] values()
for (CoreOptions.StartupMode c : CoreOptions.StartupMode.values()) System.out.println(c);
public static CoreOptions.StartupMode 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 nullpublic String toString()
toString
in class Enum<CoreOptions.StartupMode>
public InlineElement getDescription()
DescribedEnum
If you want to include links or code blocks, use TextElement.wrap(InlineElement...)
to wrap multiple inline elements into a single one.
getDescription
in interface DescribedEnum
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.