| Package | Description |
|---|---|
| org.apache.river.mahalo.log |
Utilities for managing Mahalo's recoverable log of transaction state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CannotRecoverException |
class |
InvalidatedLogException |
| Modifier and Type | Method and Description |
|---|---|
void |
TransientLogFile.invalidate()
Invalidate the log.
|
void |
SimpleLogFile.invalidate()
Invalidate the log.
|
void |
ClientLog.invalidate() |
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.
|
void |
MultiLogManager.recover()
Consumes the log file and re-constructs a system's
state.
|
void |
LogManager.recover()
Consumes the log file and re-constructs a system's
state.
|
void |
TransientLogFile.recover(LogRecovery client)
Recover information from the log.
|
void |
SimpleLogFile.recover(LogRecovery client)
Recover information from the log.
|
void |
Log.recover(LogRecovery client) |
void |
LogRecovery.recover(long cookie,
LogRecord rec)
Accepts a
LogRecord from the caller. |
void |
TransientLogFile.write(LogRecord rec)
Add a
LogRecord to the Log. |
void |
SimpleLogFile.write(LogRecord rec)
Add a
LogRecord to the Log. |
void |
ClientLog.write(LogRecord rec) |
Copyright © 2016–2019. All rights reserved.