| Package | Description | 
|---|---|
| org.apache.tephra.persist | This package contains interfaces and implementations for persisting transaction state. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HDFSTransactionLogReaderV1TransactionLogReaderthat can read v1 (default) version of Transaction logs. | 
| class  | HDFSTransactionLogReaderV2TransactionLogReaderthat can read v2 version of Transaction logs. | 
| class  | HDFSTransactionLogReaderV3TransactionLogReaderthat can read v3 version of Transaction logs. | 
| Modifier and Type | Method and Description | 
|---|---|
| TransactionLogReader | HDFSTransactionLogReaderSupplier. get() | 
| TransactionLogReader | TransactionLog. getReader() | 
| TransactionLogReader | LocalFileTransactionLog. getReader() | 
| TransactionLogReader | HDFSTransactionLog. getReader() | 
| abstract TransactionLogReader | AbstractTransactionLog. getReader() | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.