Packages

p

com.bwsw

commitlog

package commitlog

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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

  1. object CommitLog
  2. object CommitLogFlushPolicy

    Policies to work with commitlog.

Ungrouped