| Package | Description | 
|---|---|
| org.apache.tephra.distributed | 
 This package contains standalone server of the transaction system v2. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PooledClientProvider
This is an tx client provider that uses a bounded size pool of connections. 
 | 
class  | 
SingleUseClientProvider
An tx client provider that creates a new connection every time. 
 | 
class  | 
ThreadLocalClientProvider
An tx client provider that uses thread local to maintain at most one open connection per thread. 
 | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.