com
.
twitter
.
finagle
.
kestrel
protocol
package
protocol
Visibility
Public
All
Type Members
case class
Abort
(
queueName:
Buf
,
timeout:
Option
[
Duration
] =
None
)
extends
GetCommand
with
Product
with
Serializable
case class
Close
(
queueName:
Buf
,
timeout:
Option
[
Duration
] =
None
)
extends
GetCommand
with
Product
with
Serializable
case class
CloseAndOpen
(
queueName:
Buf
,
timeout:
Option
[
Duration
] =
None
)
extends
GetCommand
with
Product
with
Serializable
sealed abstract
class
Command
extends
AnyRef
case class
Delete
(
queueName:
Buf
)
extends
Command
with
Product
with
Serializable
case class
Deleted
()
extends
Response
with
Product
with
Serializable
case class
DumpConfig
()
extends
Command
with
Product
with
Serializable
case class
DumpStats
()
extends
Command
with
Product
with
Serializable
case class
Error
()
extends
Response
with
Product
with
Serializable
case class
Flush
(
queueName:
Buf
)
extends
Command
with
Product
with
Serializable
case class
FlushAll
()
extends
Command
with
Product
with
Serializable
case class
Get
(
queueName:
Buf
,
timeout:
Option
[
Duration
] =
None
)
extends
GetCommand
with
Product
with
Serializable
sealed abstract
class
GetCommand
extends
Command
case class
NotFound
()
extends
Response
with
Product
with
Serializable
case class
Open
(
queueName:
Buf
,
timeout:
Option
[
Duration
] =
None
)
extends
GetCommand
with
Product
with
Serializable
case class
Peek
(
queueName:
Buf
,
timeout:
Option
[
Duration
] =
None
)
extends
GetCommand
with
Product
with
Serializable
case class
Reload
()
extends
Command
with
Product
with
Serializable
sealed abstract
class
Response
extends
AnyRef
case class
Set
(
queueName:
Buf
,
expiry:
Time
,
value:
Buf
)
extends
Command
with
Product
with
Serializable
case class
ShutDown
()
extends
Command
with
Product
with
Serializable
case class
Stats
()
extends
Command
with
Product
with
Serializable
case class
Stored
()
extends
Response
with
Product
with
Serializable
case class
Value
(
key:
Buf
,
value:
Buf
)
extends
Product
with
Serializable
case class
Values
(
values:
Seq
[
Value
]
)
extends
Response
with
Product
with
Serializable
case class
Version
()
extends
Command
with
Product
with
Serializable
Value Members
object
CommandToEncoding
object
Kestrel
Ungrouped