Packages

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
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unbounded
  2. Product
  3. Equals
  4. Synchronous
  5. OverflowStrategy
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val isEvicted: Boolean
    Definition Classes
    OverflowStrategy
  2. val isSynchronous: Boolean
    Definition Classes
    SynchronousOverflowStrategy