| Package | Description | 
|---|---|
| org.apache.tephra | 
 This package contains implementations of the transaction system v2. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TransactionExecutor.execute(TransactionExecutor.Subroutine subroutine)
Like  
TransactionExecutor.execute(Function, Object) but without argument or return value. | 
void | 
DefaultTransactionExecutor.execute(TransactionExecutor.Subroutine subroutine)  | 
void | 
TransactionExecutor.executeUnchecked(TransactionExecutor.Subroutine subroutine)
Same as  
TransactionExecutor.execute(Subroutine) but
 suppresses exception with Throwables.propagate(Throwable) | 
void | 
AbstractTransactionExecutor.executeUnchecked(TransactionExecutor.Subroutine subroutine)  | 
com.google.common.util.concurrent.ListenableFuture<?> | 
TransactionExecutor.submit(TransactionExecutor.Subroutine subroutine)
Same as  
TransactionExecutor.execute(Subroutine) but executes asynchronously | 
com.google.common.util.concurrent.ListenableFuture<?> | 
AbstractTransactionExecutor.submit(TransactionExecutor.Subroutine subroutine)  | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.