Packages

package leveldb

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Deprecated Type Members

  1. class SharedLeveldbStore extends LeveldbStore

    A LevelDB store that can be shared by multiple actor systems.

    A LevelDB store that can be shared by multiple actor systems. The shared store must be set for each actor system that uses the store via SharedLeveldbJournal.setStore. The shared LevelDB store is for testing only.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.15) Use another journal implementation or the in-mem journal in combination with the journal-proxy

Value Members

  1. object SharedLeveldbJournal

    For testing only.

Ungrouped