public static enum Directories.OnTxnErr extends java.lang.Enum<Directories.OnTxnErr>
| Enum Constant and Description | 
|---|
| IGNOREIgnore the problematic parts of the txn log file | 
| THROWThrow the exception | 
| Modifier and Type | Method and Description | 
|---|---|
| static Directories.OnTxnErr | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static Directories.OnTxnErr[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Directories.OnTxnErr THROW
public static final Directories.OnTxnErr IGNORE
public static Directories.OnTxnErr[] values()
for (Directories.OnTxnErr c : Directories.OnTxnErr.values()) System.out.println(c);
public static Directories.OnTxnErr 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 nullCopyright © 2018 The Apache Software Foundation