| Package | Description | 
|---|---|
| org.apache.tephra.persist | 
 This package contains interfaces and implementations for persisting transaction state. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionEdit.State | 
TransactionEdit.getState()
Returns the type of state change represented. 
 | 
static TransactionEdit.State | 
TransactionEdit.State.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TransactionEdit.State[] | 
TransactionEdit.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.