package commitlog
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
CommitLog
extends AnyRef
Logger which stores records continuously in files in specified location.
Logger which stores records continuously in files in specified location.
Stores data in files placed YYYY/mm/dd/{serial number}.dat. If it works correctly, md5-files placed YYYY/mm/dd/{serial number}.md5 shall be generated as well. New file starts on user request or when configured time was exceeded.
Value Members
- object CommitLog
-
object
CommitLogFlushPolicy
Policies to work with commitlog.