com.metamx.common.scala.collection

concurrent

package concurrent

Visibility
  1. Public
  2. All

Type Members

  1. abstract class BlockingQueue[E] extends AnyRef

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

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

  4. class PermanentMap[K, V] extends AnyRef

    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]

Deprecated Value Members

  1. object atomic

    Annotations
    @deprecated
    Deprecated

    (Since version 1.13.0) Consider java.util.concurrent.* as an alternative.

Ungrouped