| Package | Description | 
|---|---|
| org.apache.tephra | 
 This package contains implementations of the transaction system v2. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractTransactionExecutor
Provides implementation of asynchronous methods of  
TransactionExecutor by delegating their execution
 to respective synchronous methods via provided ExecutorService. | 
class  | 
DefaultTransactionExecutor
Utility class that encapsulates the transaction life cycle over a given set of
 transaction-aware datasets. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionExecutor | 
TransactionExecutorFactory.createExecutor(Iterable<TransactionAware> txAwares)  | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.