Package

com.twitter.finagle.kestrel

protocol

Permalink

package protocol

Visibility
  1. Public
  2. All

Type Members

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

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

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

    Permalink
  4. sealed abstract class Command extends AnyRef

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

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

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

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

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

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

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

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

    Permalink
  13. sealed abstract class GetCommand extends Command

    Permalink
  14. class Kestrel extends CodecFactory[Command, Response]

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

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

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

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

    Permalink
  19. sealed abstract class Response extends AnyRef

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

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

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

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

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

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

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

    Permalink

Value Members

  1. object CommandToEncoding

    Permalink
  2. object Kestrel

    Permalink
  3. object ResponseToEncoding

    Permalink

Ungrouped