Package

com.metamx.common.scala.collection

concurrent

Permalink

package concurrent

Visibility
  1. Public
  2. All

Type Members

  1. abstract class BlockingQueue[E] extends AnyRef

    Permalink
  2. class ByteBufferQueue extends BlockingQueue[Array[Byte]]

    Permalink
  3. class PermanentByTypesMap[K, T, V] extends AnyRef

    Permalink
  4. class PermanentMap[K, V] extends AnyRef

    Permalink

    PermanentMaps are like ConcurrentMaps that only support get and getOrElseUpdate, and for which getOrElseUpdate is guaranteed to execute the "update" function at most once, even if called concurrently from multiple threads.

  5. class SizeBoundedQueue[E] extends BlockingQueue[E]

    Permalink

Value Members

  1. object atomic

    Permalink

Ungrouped