| Package | Description |
|---|---|
| org.apache.fluo.recipes.core.transaction |
| Class and Description |
|---|
| LogEntry
Logs an operation (i.e GET, SET, or DELETE) in a Transaction.
|
| LogEntry.Operation |
| 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 |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.