public static enum IStorePersister.LogEmptinessExpectation extends Enum<IStorePersister.LogEmptinessExpectation>
Enum Constant and Description |
---|
Empty
Used to specify that a transaction log is expected to be empty
|
None
Used to specify that there is no expectation regarding emptiness of a transaction log
|
NotEmpty
Used to specify that a transaction log is expected not to be empty.
|
Modifier and Type | Method and Description |
---|---|
static IStorePersister.LogEmptinessExpectation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStorePersister.LogEmptinessExpectation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IStorePersister.LogEmptinessExpectation None
public static final IStorePersister.LogEmptinessExpectation Empty
public static final IStorePersister.LogEmptinessExpectation NotEmpty
public static IStorePersister.LogEmptinessExpectation[] values()
for (IStorePersister.LogEmptinessExpectation c : IStorePersister.LogEmptinessExpectation.values()) System.out.println(c);
public static IStorePersister.LogEmptinessExpectation 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 © 2019 Neeve Research, LLC. All Rights Reserved.