| Class | Description |
|---|---|
| LogEntry |
Logs an operation (i.e GET, SET, or DELETE) in a Transaction.
|
| RecordingTransaction |
An implementation of
Transaction that logs all transactions operations (GET, SET, or
DELETE) in a TxLog that can be used for exports |
| RecordingTransactionBase |
An implementation of
TransactionBase that logs all transactions operations (GET, SET, or
DELETE) in a TxLog that can be used for exports |
| TxLog |
Contains list of operations (GET, SET, DELETE) performed during a
RecordingTransaction |
| Enum | Description |
|---|---|
| LogEntry.Operation |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.