Packages

object CommunityStorageConfig

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommunityStorageConfig
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Memory(config: Config = ConfigFactory.empty(), parameters: DbParametersConfig = DbParametersConfig()) extends CommunityStorageConfig with MemoryStorageConfig with Product with Serializable

    Dictates that persistent data is stored in memory.

    Dictates that persistent data is stored in memory. So in fact, the data is not persistent. It is deleted whenever the node is stopped.

    config

    IGNORED configuration option, used to allow users to use configuration mixins with postgres and h2