com.rbmhtechnology.eventuate.log

leveldb

package leveldb

Visibility
  1. Public
  2. All

Type Members

  1. class LeveldbEventLog extends Actor

    An event log actor with LevelDB as storage backend.

    An event log actor with LevelDB as storage backend. The directory containing the LevelDB files for this event log is named after the constructor parameters using the template "prefix-id" and stored in a root directory defined by the log.leveldb.dir configuration.

    Please note: prefix and id are currently not escaped when creating the directory name.

Value Members

  1. object LeveldbEventLog

Ungrouped