Package | Description |
---|---|
org.apache.river.reliableLog |
Reliable log is used to store state in case of system crash
or reboot.
|
Constructor and Description |
---|
ReliableLog(String dirPath,
LogHandler handler)
Creates a ReliableLog to handle snapshots and logging in a
stable storage directory, and sets up to recover any existing data
from the stable storage directory.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.