public static enum SnapshotOptions.SnapshotFormat extends java.lang.Enum<SnapshotOptions.SnapshotFormat>
Enum Constant and Description |
---|
GEMFIRE
an optimized binary format specific to GemFire
|
Modifier and Type | Method and Description |
---|---|
static SnapshotOptions.SnapshotFormat |
valueOf(java.lang.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.
|
public static final SnapshotOptions.SnapshotFormat GEMFIRE
public static SnapshotOptions.SnapshotFormat[] values()
for (SnapshotOptions.SnapshotFormat c : SnapshotOptions.SnapshotFormat.values()) System.out.println(c);
public static SnapshotOptions.SnapshotFormat valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null