Packages

case object Unbounded extends Synchronous[Nothing] with Product with Serializable

A OverflowStrategy specifying that the buffer is completely unbounded. Using this overflowStrategy implies that with a fast data source, the system's memory can be exhausted and the process might blow up on lack of memory.

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

Value Members

  1. val isEvicted: Boolean
    Definition Classes
    OverflowStrategy
  2. val isSynchronous: Boolean
    Definition Classes
    SynchronousOverflowStrategy
  3. def productElementName(n: Int): String
    Definition Classes
    Product
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product