| Package | Description |
|---|---|
| org.apache.fluo.recipes.core.transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordingTransaction
An implementation of
Transaction that logs all transactions operations (GET, SET, or
DELETE) in a TxLog that can be used for exports |
| Modifier and Type | Method and Description |
|---|---|
static RecordingTransactionBase |
RecordingTransactionBase.wrap(org.apache.fluo.api.client.TransactionBase txb)
Creates a RecordingTransactionBase by wrapping an existing TransactionBase
|
static RecordingTransactionBase |
RecordingTransactionBase.wrap(org.apache.fluo.api.client.TransactionBase txb,
Predicate<LogEntry> filter)
Creates a RecordingTransactionBase using the provided LogEntry filter function and existing
TransactionBase
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.