Packages

c

gnieh.sohva

Configuration

case class Configuration(sections: Map[String, Map[String, String]]) extends Product with Serializable

The configuration object of a couchdb instance

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Configuration
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Configuration(sections: Map[String, Map[String, String]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def attachments: Map[String, String]
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def couchHttpdAuth: Map[String, String]
  8. def couchdb: Map[String, String]
  9. def daemons: Map[String, String]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def httpd: Map[String, String]
  14. def httpdDbHandlers: Map[String, String]
  15. def httpdDesignHandlers: Map[String, String]
  16. def httpdGlobalHandlers: Map[String, String]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def log: Map[String, String]
  19. def merge(that: Configuration): Configuration
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. def queryServerConfig: Map[String, String]
  24. def queryServers: Map[String, String]
  25. def replicator: Map[String, String]
  26. def section(name: String): Map[String, String]
  27. val sections: Map[String, Map[String, String]]
  28. def stats: Map[String, String]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    Configuration → AnyRef → Any
  31. def uuids: Map[String, String]
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def couch_httpd_auth: Map[String, String]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use couchHttpdAuth instead

  2. def httpd_db_handlers: Map[String, String]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use httpdDbHandlers instead

  3. def httpd_design_handlers: Map[String, String]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use httpdDesignHandlers instead

  4. def httpd_global_handlers: Map[String, String]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use httpdGlobalHandlers instead

  5. def query_server_config: Map[String, String]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use queryServerConfig instead

  6. def query_servers: Map[String, String]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use queryServers instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped