akka

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class BoundedBlockingQueue[E <: AnyRef] extends AbstractQueue[E] with BlockingQueue[E]

  2. abstract class ByteString extends IndexedSeq[Byte] with IndexedSeqOptimized[Byte, ByteString]

    A Rope-like immutable data structure containing bytes.

  3. final class ByteStringBuilder extends Builder[Byte, ByteString]

    A mutable builder for efficiently creating a ByteString.

  4. class ClassLoaderObjectInputStream extends ObjectInputStream

  5. class ConcurrentMultiMap[K, V] extends Index[K, V]

    An implementation of a ConcurrentMultiMap Adds/remove is serialized over the specified key Reads are fully concurrent <-- el-cheapo

  6. case class Deadline(time: Duration) extends Product with Serializable

  7. abstract class Duration extends Serializable with Ordered[Duration]

    Utility for working with java.

  8. class DurationDouble extends AnyRef

  9. class DurationInt extends AnyRef

  10. class DurationLong extends AnyRef

  11. class FiniteDuration extends Duration

  12. class Index[K, V] extends AnyRef

    An implementation of a ConcurrentMultiMap Adds/remove is serialized over the specified key Reads are fully concurrent <-- el-cheapo

  13. final class ReentrantGuard extends AnyRef

  14. trait Subclassification[K] extends AnyRef

    Typeclass which describes a classification hierarchy.

  15. class SubclassifiedIndex[K, V] extends AnyRef

    Mutable index which respects sub-class relationships between keys:

  16. class Switch extends AnyRef

    An atomic switch that can be either on or off

  17. case class Timeout(duration: Duration) extends Product with Serializable

  18. final class Unsafe extends AnyRef

Value Members

  1. object BoxedType extends AnyRef

  2. object ByteString extends AnyRef

  3. object Convert extends AnyRef

  4. object Crypt extends AnyRef

  5. object Deadline extends Serializable

  6. object Duration extends Serializable

  7. object FiniteDuration extends Serializable

  8. object HashCode extends AnyRef

    Set of methods which allow easy implementation of hashCode.

  9. object Helpers extends AnyRef

  10. object NonFatal extends AnyRef

    Extractor of non-fatal Throwables.

  11. object Reflect extends AnyRef

    Collection of internal reflection utilities which may or may not be available (most services specific to HotSpot, but fails gracefully).

  12. object SubclassifiedIndex extends AnyRef

  13. object Timeout extends Serializable

  14. object Unsafe extends

  15. package cps

  16. package duration