public static enum SnapshotUtils.SnapshotCopyMode extends Enum<SnapshotUtils.SnapshotCopyMode>
| Enum Constant and Description |
|---|
DIFF_COPY |
FALLBACK_COPY |
INITIAL_COPY |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotUtils.SnapshotCopyMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotUtils.SnapshotCopyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnapshotUtils.SnapshotCopyMode INITIAL_COPY
public static final SnapshotUtils.SnapshotCopyMode DIFF_COPY
public static final SnapshotUtils.SnapshotCopyMode FALLBACK_COPY
public static SnapshotUtils.SnapshotCopyMode[] values()
for (SnapshotUtils.SnapshotCopyMode c : SnapshotUtils.SnapshotCopyMode.values()) System.out.println(c);
public static SnapshotUtils.SnapshotCopyMode 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 © 2024 The Apache Software Foundation. All rights reserved.