akka

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class Address extends AnyRef

  2. class AkkaLoader extends AnyRef

  3. trait Bootable extends AnyRef

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

  5. class Duration extends Serializable

    Utility for working with java.

  6. class DurationDouble extends AnyRef

  7. class DurationInt extends AnyRef

  8. class DurationLong extends AnyRef

  9. class FiniteDuration extends Duration

  10. trait ListenerManagement extends AnyRef

    A manager for listener actors.

  11. class ReadWriteGuard extends AnyRef

  12. class ReentrantGuard extends AnyRef

  13. class SimpleLock extends AnyRef

    A very simple lock that uses CCAS (Compare Compare-And-Swap) Does not keep track of the owner and isn't Reentrant, so don't nest and try to stick to the if*-methods

  14. class Switch extends AnyRef

    An atomic switch that can be either on or off

Value Members

  1. object Address extends AnyRef

  2. object BoxedType extends AnyRef

  3. object Crypt extends AnyRef

  4. object Duration extends Serializable

  5. object HashCode extends AnyRef

    Set of methods which allow easy implementation of hashCode.

  6. object Helpers extends AnyRef

  7. object ReflectiveAccess extends AnyRef

    Helper class for reflective access to different modules in order to allow optional loading of modules.