c

com.couchbase.client.scala.env

AggregatingMeterConfig

case class AggregatingMeterConfig(emitInterval: Duration = ..., enabled: Boolean = ...) extends Product with Serializable

Allows customizing the AggregatingMeter.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregatingMeterConfig
  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 AggregatingMeterConfig(emitInterval: Duration = ..., enabled: Boolean = ...)

Value Members

  1. def emitInterval(value: Duration): AggregatingMeterConfig

    Customize the emit interval.

    Customize the emit interval.

    Default is 600s.

    returns

    this, for chaining

  2. def enabled(value: Boolean): AggregatingMeterConfig

    Customize the emit interval.

    Customize the emit interval.

    returns

    this, for chaining