public static enum SnapshotOptions.SnapshotFormat extends Enum<SnapshotOptions.SnapshotFormat>
Enum Constant and Description |
---|
GEMFIRE
Deprecated.
Use
GEODE |
GEODE
An optimized binary format specific to Geode.
|
Modifier and Type | Method and Description |
---|---|
static SnapshotOptions.SnapshotFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotOptions.SnapshotFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final SnapshotOptions.SnapshotFormat GEMFIRE
GEODE
public static final SnapshotOptions.SnapshotFormat GEODE
public static SnapshotOptions.SnapshotFormat[] values()
for (SnapshotOptions.SnapshotFormat c : SnapshotOptions.SnapshotFormat.values()) System.out.println(c);
public static SnapshotOptions.SnapshotFormat 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 null