| Package | Description | 
|---|---|
| org.apache.tephra.distributed | 
 This package contains standalone server of the transaction system v2. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionServiceThriftClient | 
CloseableThriftClient.getThriftClient()  | 
protected TransactionServiceThriftClient | 
AbstractClientProvider.newClient()  | 
protected TransactionServiceThriftClient | 
AbstractClientProvider.newClient(int timeout)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ThriftClientProvider.returnClient(TransactionServiceThriftClient client)
Release an tx client back to the provider's pool, if the client is valid. 
 | 
void | 
ThreadLocalClientProvider.returnClient(TransactionServiceThriftClient client)  | 
void | 
SingleUseClientProvider.returnClient(TransactionServiceThriftClient client)  | 
void | 
PooledClientProvider.returnClient(TransactionServiceThriftClient client)  | 
| Constructor and Description | 
|---|
CloseableThriftClient(ThriftClientProvider provider,
                     TransactionServiceThriftClient thriftClient)  | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.