public static enum TransactionEdit.State extends Enum<TransactionEdit.State>
| Enum Constant and Description | 
|---|
ABORTED  | 
CHECKPOINT  | 
COMMITTED  | 
COMMITTING  | 
INPROGRESS  | 
INVALID  | 
MOVE_WATERMARK  | 
TRUNCATE_INVALID_TX  | 
| Modifier and Type | Method and Description | 
|---|---|
static TransactionEdit.State | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TransactionEdit.State[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final TransactionEdit.State INPROGRESS
public static final TransactionEdit.State COMMITTING
public static final TransactionEdit.State COMMITTED
public static final TransactionEdit.State INVALID
public static final TransactionEdit.State ABORTED
public static final TransactionEdit.State MOVE_WATERMARK
public static final TransactionEdit.State TRUNCATE_INVALID_TX
public static final TransactionEdit.State CHECKPOINT
public static TransactionEdit.State[] values()
for (TransactionEdit.State c : TransactionEdit.State.values()) System.out.println(c);
public static TransactionEdit.State 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 © 2016 The Apache Software Foundation. All rights reserved.