Packages

final case class ClearBuffer(bufferSize: Int) extends Evicted[Nothing] with Product with Serializable

A OverflowStrategy specifying that on reaching the maximum size, the current buffer should be dropped completely to make room for new events.

bufferSize

specifies how many events our buffer can hold before overflowing

Source
OverflowStrategy.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClearBuffer
  2. Product
  3. Equals
  4. Evicted
  5. Synchronous
  6. OverflowStrategy
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClearBuffer(bufferSize: Int)

    bufferSize

    specifies how many events our buffer can hold before overflowing

Value Members

  1. val bufferSize: Int
    Definition Classes
    ClearBufferEvicted
  2. val isEvicted: Boolean
    Definition Classes
    EvictedOverflowStrategy
  3. val isSynchronous: Boolean
    Definition Classes
    SynchronousOverflowStrategy
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product