net.lag.kestrel.thrift

Kestrel

object Kestrel extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Kestrel
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. class FinagledClient extends FutureIface

  2. class FinagledService extends Service[Array[Byte], Array[Byte]]

  3. trait FutureIface extends AnyRef

  4. trait Iface extends AnyRef

  5. trait ThriftServer extends Service with FutureIface

  6. trait abort_args extends ThriftStruct with Product2[String, Set[Long]] with Serializable

  7. trait abort_result extends ThriftStruct with Product1[Option[Int]] with Serializable

  8. trait confirm_args extends ThriftStruct with Product2[String, Set[Long]] with Serializable

  9. trait confirm_result extends ThriftStruct with Product1[Option[Int]] with Serializable

  10. trait currentStatus_args extends ThriftStruct with Product with Serializable

  11. trait currentStatus_result extends ThriftStruct with Product1[Option[Status]] with Serializable

  12. trait deleteQueue_args extends ThriftStruct with Product1[String] with Serializable

  13. trait deleteQueue_result extends ThriftStruct with Product with Serializable

  14. trait flushAllQueues_args extends ThriftStruct with Product with Serializable

  15. trait flushAllQueues_result extends ThriftStruct with Product with Serializable

  16. trait flushQueue_args extends ThriftStruct with Product1[String] with Serializable

  17. trait flushQueue_result extends ThriftStruct with Product with Serializable

  18. trait getVersion_args extends ThriftStruct with Product with Serializable

  19. trait getVersion_result extends ThriftStruct with Product1[Option[String]] with Serializable

  20. trait get_args extends ThriftStruct with Product4[String, Int, Int, Int] with Serializable

  21. trait get_result extends ThriftStruct with Product1[Option[Seq[Item]]] with Serializable

  22. trait peek_args extends ThriftStruct with Product1[String] with Serializable

  23. trait peek_result extends ThriftStruct with Product1[Option[QueueInfo]] with Serializable

  24. trait put_args extends ThriftStruct with Product3[String, Seq[ByteBuffer], Int] with Serializable

  25. trait put_result extends ThriftStruct with Product1[Option[Int]] with Serializable

  26. trait setStatus_args extends ThriftStruct with Product1[Status] with Serializable

  27. trait setStatus_result extends ThriftStruct with Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object abort_args extends ThriftStructCodec[abort_args] with Serializable

  7. object abort_result extends ThriftStructCodec[abort_result] with Serializable

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. object confirm_args extends ThriftStructCodec[confirm_args] with Serializable

  11. object confirm_result extends ThriftStructCodec[confirm_result] with Serializable

  12. object currentStatus_args extends ThriftStructCodec[currentStatus_args] with Serializable

  13. object currentStatus_result extends ThriftStructCodec[currentStatus_result] with Serializable

  14. object deleteQueue_args extends ThriftStructCodec[deleteQueue_args] with Serializable

  15. object deleteQueue_result extends ThriftStructCodec[deleteQueue_result] with Serializable

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. object flushAllQueues_args extends ThriftStructCodec[flushAllQueues_args] with Serializable

  20. object flushAllQueues_result extends ThriftStructCodec[flushAllQueues_result] with Serializable

  21. object flushQueue_args extends ThriftStructCodec[flushQueue_args] with Serializable

  22. object flushQueue_result extends ThriftStructCodec[flushQueue_result] with Serializable

  23. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  24. object getVersion_args extends ThriftStructCodec[getVersion_args] with Serializable

  25. object getVersion_result extends ThriftStructCodec[getVersion_result] with Serializable

  26. object get_args extends ThriftStructCodec[get_args] with Serializable

  27. object get_result extends ThriftStructCodec[get_result] with Serializable

  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. object peek_args extends ThriftStructCodec[peek_args] with Serializable

  34. object peek_result extends ThriftStructCodec[peek_result] with Serializable

  35. object put_args extends ThriftStructCodec[put_args] with Serializable

  36. object put_result extends ThriftStructCodec[put_result] with Serializable

  37. object setStatus_args extends ThriftStructCodec[setStatus_args] with Serializable

  38. object setStatus_result extends ThriftStructCodec[setStatus_result] with Serializable

  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  43. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any