This project has retired. For details please refer to its Attic page.
org.apache.river.reliableLog (Apache River v3.0.0 API Documentation)
Skip navigation links

Package org.apache.river.reliableLog

Reliable log is used to store state in case of system crash or reboot.

See: Description

Package org.apache.river.reliableLog Description

Reliable log is used to store state in case of system crash or reboot. A ReliableLog class writes serialized objects to a log file, where the objects represent change in state that must be recorded. After each object is logged, its data is forced to the disk. You can create snapshots that record the current state to disk, creating a new starting point for logging, and making previously logged changes obsolete. Such snapshots allow you to compress the log, making recovery more efficient in cases where the state is modified, not simply added to.
Skip navigation links

Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.