object
Kestrel extends AnyRef
Type Members
-
-
class
FinagledService extends Service[Array[Byte], Array[Byte]]
-
-
trait
Iface extends AnyRef
-
trait
ThriftServer extends Service with FutureIface
-
trait
abort_args extends ThriftStruct with Product2[String, Set[Long]] with Serializable
-
trait
abort_result extends ThriftStruct with Product1[Option[Int]] with Serializable
-
trait
confirm_args extends ThriftStruct with Product2[String, Set[Long]] with Serializable
-
trait
confirm_result extends ThriftStruct with Product1[Option[Int]] with Serializable
-
trait
currentStatus_args extends ThriftStruct with Product with Serializable
-
trait
currentStatus_result extends ThriftStruct with Product1[Option[Status]] with Serializable
-
trait
deleteQueue_args extends ThriftStruct with Product1[String] with Serializable
-
trait
deleteQueue_result extends ThriftStruct with Product with Serializable
-
trait
flushAllQueues_args extends ThriftStruct with Product with Serializable
-
trait
flushAllQueues_result extends ThriftStruct with Product with Serializable
-
trait
flushQueue_args extends ThriftStruct with Product1[String] with Serializable
-
trait
flushQueue_result extends ThriftStruct with Product with Serializable
-
trait
getVersion_args extends ThriftStruct with Product with Serializable
-
trait
getVersion_result extends ThriftStruct with Product1[Option[String]] with Serializable
-
trait
get_args extends ThriftStruct with Product4[String, Int, Int, Int] with Serializable
-
trait
get_result extends ThriftStruct with Product1[Option[Seq[Item]]] with Serializable
-
trait
peek_args extends ThriftStruct with Product1[String] with Serializable
-
trait
peek_result extends ThriftStruct with Product1[Option[QueueInfo]] with Serializable
-
trait
put_args extends ThriftStruct with Product3[String, Seq[ByteBuffer], Int] with Serializable
-
trait
put_result extends ThriftStruct with Product1[Option[Int]] with Serializable
-
trait
setStatus_args extends ThriftStruct with Product1[Status] with Serializable
-
trait
setStatus_result extends ThriftStruct with Product with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
object
abort_args extends ThriftStructCodec[abort_args] with Serializable
-
object
abort_result extends ThriftStructCodec[abort_result] with Serializable
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
object
confirm_args extends ThriftStructCodec[confirm_args] with Serializable
-
object
confirm_result extends ThriftStructCodec[confirm_result] with Serializable
-
object
currentStatus_args extends ThriftStructCodec[currentStatus_args] with Serializable
-
object
currentStatus_result extends ThriftStructCodec[currentStatus_result] with Serializable
-
object
deleteQueue_args extends ThriftStructCodec[deleteQueue_args] with Serializable
-
object
deleteQueue_result extends ThriftStructCodec[deleteQueue_result] with Serializable
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
object
flushAllQueues_args extends ThriftStructCodec[flushAllQueues_args] with Serializable
-
object
flushAllQueues_result extends ThriftStructCodec[flushAllQueues_result] with Serializable
-
object
flushQueue_args extends ThriftStructCodec[flushQueue_args] with Serializable
-
object
flushQueue_result extends ThriftStructCodec[flushQueue_result] with Serializable
-
final
def
getClass(): java.lang.Class[_]
-
object
getVersion_args extends ThriftStructCodec[getVersion_args] with Serializable
-
object
getVersion_result extends ThriftStructCodec[getVersion_result] with Serializable
-
object
get_args extends ThriftStructCodec[get_args] with Serializable
-
object
get_result extends ThriftStructCodec[get_result] with Serializable
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
object
peek_args extends ThriftStructCodec[peek_args] with Serializable
-
object
peek_result extends ThriftStructCodec[peek_result] with Serializable
-
object
put_args extends ThriftStructCodec[put_args] with Serializable
-
object
put_result extends ThriftStructCodec[put_result] with Serializable
-
object
setStatus_args extends ThriftStructCodec[setStatus_args] with Serializable
-
object
setStatus_result extends ThriftStructCodec[setStatus_result] with Serializable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any