| Package | Description |
|---|---|
| org.apache.river.mahalo.log |
Utilities for managing Mahalo's recoverable log of transaction state.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Log
Represents all of the functions which may be
performed on a log file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleLogFile
An implementation of a re-usable
Log. |
class |
TransientLogFile
An implementation of a non-persistent
Log. |
| Modifier and Type | Method and Description |
|---|---|
ClientLog |
MultiLogManager.logFor(long cookie) |
ClientLog |
LogManager.logFor(long cookie)
Factory method which returns a Log interface which
can be used to create persistent records which
collectively represent a system's state.
|
Copyright © 2016–2019. All rights reserved.