| 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 © 2016–2018. All rights reserved.