Package

com.github.cb372.finagle.beanstalk

protocol

Permalink

package protocol

Visibility
  1. Public
  2. All

Type Members

  1. case class Buried(id: Int) extends Reply with Product with Serializable

    Permalink
  2. case class Bury(id: Int, priority: Int) extends Command with Product with Serializable

    Permalink
  3. sealed trait Command extends AnyRef

    Permalink
  4. case class Delete(id: Int) extends Command with Product with Serializable

    Permalink
  5. sealed trait ErrorReply extends Reply

    Permalink

    Marker trait to signal some kind of error

  6. case class Found(id: Int, data: Array[Byte]) extends Reply with Product with Serializable

    Permalink
  7. case class Ignore(tube: String) extends Command with Product with Serializable

    Permalink
  8. case class Inserted(id: Int) extends Reply with Product with Serializable

    Permalink
  9. case class Kick(max: Int) extends Command with Product with Serializable

    Permalink
  10. case class Kicked(count: Int) extends Reply with Product with Serializable

    Permalink
  11. case class Ok(data: Array[Byte]) extends Reply with Product with Serializable

    Permalink
  12. case class PauseTube(tube: String, delay: Int) extends Command with Product with Serializable

    Permalink
  13. case class Peek(id: Int) extends Command with Product with Serializable

    Permalink
  14. case class Put(priority: Int, delay: Int, timeToRun: Int, data: Array[Byte]) extends Command with Product with Serializable

    Permalink
  15. case class Release(id: Int, priority: Int, delay: Int) extends Command with Product with Serializable

    Permalink
  16. sealed trait Reply extends AnyRef

    Permalink

    A reply from the server in response to a command

  17. case class ReserveWithTimeout(timeout: Int) extends Command with Product with Serializable

    Permalink
  18. case class Reserved(id: Int, data: Array[Byte]) extends Reply with Product with Serializable

    Permalink
  19. case class StatsJob(id: Int) extends Command with Product with Serializable

    Permalink
  20. case class StatsTube(tube: String) extends Command with Product with Serializable

    Permalink
  21. case class Touch(id: Int) extends Command with Product with Serializable

    Permalink
  22. case class UnsupportedReply(line: String) extends Reply with Product with Serializable

    Permalink

    Result generated when the server sends a reply that we do not understand

  23. case class Use(tube: String) extends Command with Product with Serializable

    Permalink
  24. case class Using(tube: String) extends Reply with Product with Serializable

    Permalink
  25. case class Watch(tube: String) extends Command with Product with Serializable

    Permalink
  26. case class Watching(count: Int) extends Reply with Product with Serializable

    Permalink

Value Members

  1. object BadFormat extends ErrorReply with Product with Serializable

    Permalink
  2. object Buried extends Reply with Product with Serializable

    Permalink
  3. object CommandEncoder

    Permalink
  4. object Commands

    Permalink
  5. object DeadlineSoon extends Reply with Product with Serializable

    Permalink
  6. object Deleted extends Reply with Product with Serializable

    Permalink
  7. object Draining extends ErrorReply with Product with Serializable

    Permalink
  8. object ExpectedCrLf extends ErrorReply with Product with Serializable

    Permalink
  9. object InternalError extends ErrorReply with Product with Serializable

    Permalink
  10. object JobTooBig extends ErrorReply with Product with Serializable

    Permalink
  11. object ListTubeUsed extends Command with Product with Serializable

    Permalink
  12. object ListTubes extends Command with Product with Serializable

    Permalink
  13. object ListTubesWatched extends Command with Product with Serializable

    Permalink
  14. object NotFound extends Reply with Product with Serializable

    Permalink
  15. object NotIgnored extends Reply with Product with Serializable

    Permalink
  16. object OutOfMemory extends ErrorReply with Product with Serializable

    Permalink
  17. object Paused extends Reply with Product with Serializable

    Permalink
  18. object PeekBuried extends Command with Product with Serializable

    Permalink
  19. object PeekDelayed extends Command with Product with Serializable

    Permalink
  20. object PeekReady extends Command with Product with Serializable

    Permalink
  21. object Quit extends Command with Product with Serializable

    Permalink
  22. object Released extends Reply with Product with Serializable

    Permalink
  23. object Replies

    Permalink
  24. object ReplyDecoder

    Permalink
  25. object Reserve extends Command with Product with Serializable

    Permalink
  26. object Stats extends Command with Product with Serializable

    Permalink
  27. object TimedOut extends Reply with Product with Serializable

    Permalink
  28. object Touched extends Reply with Product with Serializable

    Permalink
  29. object UnknownCommand extends ErrorReply with Product with Serializable

    Permalink
  30. object Validation

    Permalink

Ungrouped