c

com.couchbase.client.scala.env

LoggingMeterConfig

case class LoggingMeterConfig(emitInterval: Duration = core.env.LoggingMeterConfig.Defaults.DEFAULT_EMIT_INTERVAL, enabled: Boolean = core.env.LoggingMeterConfig.Defaults.DEFAULT_ENABLED) extends Product with Serializable

Allows customizing the LoggingMeter.

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

Instance Constructors

  1. new LoggingMeterConfig(emitInterval: Duration = core.env.LoggingMeterConfig.Defaults.DEFAULT_EMIT_INTERVAL, enabled: Boolean = core.env.LoggingMeterConfig.Defaults.DEFAULT_ENABLED)

Value Members

  1. def emitInterval(value: Duration): LoggingMeterConfig

    Customize the emit interval.

    Customize the emit interval.

    Default is 600s.

    returns

    this, for chaining

  2. def enabled(value: Boolean): LoggingMeterConfig

    Customize the emit interval.

    Customize the emit interval.

    returns

    this, for chaining

  3. def productElementNames: Iterator[String]
    Definition Classes
    Product