package
thrift
Type Members
-
case class
Item
(data: ByteBuffer, id: Long) extends ThriftStruct with Product with Serializable
-
case class
QueueInfo
(headItem: Option[ByteBuffer], items: Long, bytes: Long, journalBytes: Long, age: Long, waiters: Int, openTransactions: Int) extends ThriftStruct with Product with Serializable
Value Members
-
object
Item
extends ThriftStructCodec[Item] with Serializable
-
object
Kestrel
extends AnyRef
-
object
QueueInfo
extends ThriftStructCodec[QueueInfo] with Serializable