net.lag.kestrel

thrift

package thrift

Visibility
  1. Public
  2. All

Type Members

  1. case class Item (data: ByteBuffer, id: Long) extends ThriftStruct with Product with Serializable

  2. 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

  1. object Item extends ThriftStructCodec[Item] with Serializable

  2. object Kestrel extends AnyRef

  3. object QueueInfo extends ThriftStructCodec[QueueInfo] with Serializable