com.twitter.finagle.kestrel

protocol

package protocol

Visibility
  1. Public
  2. All

Type Members

  1. case class Abort(queueName: ChannelBuffer, timeout: Option[Duration] = scala.None) extends GetCommand with Product with Serializable

  2. case class Close(queueName: ChannelBuffer, timeout: Option[Duration] = scala.None) extends GetCommand with Product with Serializable

  3. case class CloseAndOpen(queueName: ChannelBuffer, timeout: Option[Duration] = scala.None) extends GetCommand with Product with Serializable

  4. sealed abstract class Command extends AnyRef

  5. case class Delete(queueName: ChannelBuffer) extends Command with Product with Serializable

  6. case class Deleted() extends Response with Product with Serializable

  7. case class DumpConfig() extends Command with Product with Serializable

  8. case class DumpStats() extends Command with Product with Serializable

  9. case class Error() extends Response with Product with Serializable

  10. case class Flush(queueName: ChannelBuffer) extends Command with Product with Serializable

  11. case class FlushAll() extends Command with Product with Serializable

  12. case class Get(queueName: ChannelBuffer, timeout: Option[Duration] = scala.None) extends GetCommand with Product with Serializable

  13. sealed abstract class GetCommand extends Command

  14. class Kestrel extends CodecFactory[Command, Response]

  15. case class NotFound() extends Response with Product with Serializable

  16. case class Open(queueName: ChannelBuffer, timeout: Option[Duration] = scala.None) extends GetCommand with Product with Serializable

  17. case class Peek(queueName: ChannelBuffer, timeout: Option[Duration] = scala.None) extends GetCommand with Product with Serializable

  18. case class Reload() extends Command with Product with Serializable

  19. sealed abstract class Response extends AnyRef

  20. case class Set(queueName: ChannelBuffer, expiry: Time, value: ChannelBuffer) extends Command with Product with Serializable

  21. case class ShutDown() extends Command with Product with Serializable

  22. case class Stats() extends Command with Product with Serializable

  23. case class Stored() extends Response with Product with Serializable

  24. case class Value(key: ChannelBuffer, value: ChannelBuffer) extends Product with Serializable

  25. case class Values(values: Seq[Value]) extends Response with Product with Serializable

  26. case class Version() extends Command with Product with Serializable

Value Members

  1. object CommandToEncoding

  2. object Kestrel

  3. object ResponseToEncoding

Ungrouped