net.lag.kestrel

KestrelHandler

class KestrelHandler extends AnyRef

Common implementations of kestrel commands that don't depend on which protocol you're using.

Attributes
abstract
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. KestrelHandler
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KestrelHandler (queues: QueueCollection, maxOpenReads: Int, clientDescription: () ⇒ String, sessionId: Int)

Abstract Value Members

  1. def addPendingRead (key: String, xid: Int): Option[Long]

    Attributes
    protected abstract
  2. def cancelAllPendingReads (): Int

    Attributes
    protected abstract
  3. def countPendingReads (key: String): Int

    Attributes
    protected abstract

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def abortAnyOpenRead (): Unit

  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. val clientDescription : () ⇒ String

  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def delete (key: String): Unit

  11. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def finish (): Unit

  15. val finished : AtomicBoolean

  16. def flush (key: String): Unit

  17. def flushAllQueues (): Unit

  18. def flushExpired (key: String): Int

  19. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  20. def getItem (key: String, timeout: Option[Time], opening: Boolean, peeking: Boolean): Future[Option[QItem]]

  21. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. val log : Logger

    Attributes
    protected
  24. val maxOpenReads : Int

  25. def monitorUntil (key: String, timeLimit: Option[Time], maxItems: Int, opening: Boolean)(f: (Option[QItem], Option[Long]) ⇒ Unit): Unit

    Attributes
    final
  26. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  28. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  29. val queues : QueueCollection

  30. val sessionId : Int

  31. def setItem (key: String, flags: Int, expiry: Option[Time], data: Array[Byte]): Boolean

  32. def shutdown (): Unit

  33. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  34. def toString (): String

    Definition Classes
    AnyRef → Any
  35. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  38. var waitingFor : Option[Future[Option[QItem]]]

Inherited from AnyRef

Inherited from Any