| Package | Description | 
|---|---|
| org.apache.tephra | 
 This package contains implementations of the transaction system v2. 
 | 
| org.apache.tephra.distributed | 
 This package contains standalone server of the transaction system v2. 
 | 
| org.apache.tephra.inmemory | 
 This package contains in memory implementation of the transaction system v2. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
TransactionSystemClient.truncateInvalidTxBefore(long time)
Removes all transaction ids started before the given time from invalid list. 
 | 
boolean | 
TransactionManager.truncateInvalidTxBefore(long time)
Removes all transaction ids started before the given time from invalid list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
TransactionServiceThriftClient.truncateInvalidTxBefore(long time)  | 
boolean | 
TransactionServiceClient.truncateInvalidTxBefore(long time)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
MinimalTxSystemClient.truncateInvalidTxBefore(long time)  | 
boolean | 
InMemoryTxSystemClient.truncateInvalidTxBefore(long time)  | 
boolean | 
DetachedTxSystemClient.truncateInvalidTxBefore(long time)  | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.