public enum OzoneReplicationCommandType extends Enum<OzoneReplicationCommandType>
Modifier and Type | Class and Description |
---|---|
static class |
OzoneReplicationCommandType.Adapter |
Enum Constant and Description |
---|
FULL_FILE_LISTING |
FULL_FILE_LISTING_FALLBACK |
INCREMENTAL |
Modifier and Type | Method and Description |
---|---|
static OzoneReplicationCommandType |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static OzoneReplicationCommandType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OzoneReplicationCommandType[] |
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 OzoneReplicationCommandType FULL_FILE_LISTING
@SerializedName(value="INCREMENTAL") public static final OzoneReplicationCommandType INCREMENTAL
@SerializedName(value="FULL_FILE_LISTING_FALLBACK") public static final OzoneReplicationCommandType FULL_FILE_LISTING_FALLBACK
public static OzoneReplicationCommandType[] values()
for (OzoneReplicationCommandType c : OzoneReplicationCommandType.values()) System.out.println(c);
public static OzoneReplicationCommandType 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<OzoneReplicationCommandType>
public static OzoneReplicationCommandType fromValue(String input)
Copyright © 2024. All rights reserved.