public enum OzoneReplicationType extends Enum<OzoneReplicationType>
| Modifier and Type | Class and Description |
|---|---|
static class |
OzoneReplicationType.Adapter |
| Enum Constant and Description |
|---|
FULL_FILE_LISTING |
INCREMENTAL_ONLY |
INCREMENTAL_WITH_FALLBACK_TO_FULL_FILE_LISTING |
| Modifier and Type | Method and Description |
|---|---|
static OzoneReplicationType |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static OzoneReplicationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OzoneReplicationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="FULL_FILE_LISTING") public static final OzoneReplicationType FULL_FILE_LISTING
@SerializedName(value="INCREMENTAL_WITH_FALLBACK_TO_FULL_FILE_LISTING") public static final OzoneReplicationType INCREMENTAL_WITH_FALLBACK_TO_FULL_FILE_LISTING
@SerializedName(value="INCREMENTAL_ONLY") public static final OzoneReplicationType INCREMENTAL_ONLY
public static OzoneReplicationType[] values()
for (OzoneReplicationType c : OzoneReplicationType.values()) System.out.println(c);
public static OzoneReplicationType 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 getValue()
public String toString()
toString in class Enum<OzoneReplicationType>public static OzoneReplicationType fromValue(String input)
Copyright © 2026. All rights reserved.