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 FinagleThriftClient with FutureIface

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

  3. trait FutureIface extends AnyRef

  4. trait Iface extends AnyRef

  5. trait ThriftServer extends Service with FutureIface

  6. case class abort_args (queueName: String, ids: Set[Long]) extends ThriftStruct with Product with Serializable

  7. case class abort_result (success: Option[Int]) extends ThriftStruct with Product with Serializable

  8. case class confirm_args (queueName: String, ids: Set[Long]) extends ThriftStruct with Product with Serializable

  9. case class confirm_result (success: Option[Int]) extends ThriftStruct with Product with Serializable

  10. case class deleteQueue_args (queueName: String) extends ThriftStruct with Product with Serializable

  11. case class deleteQueue_result () extends ThriftStruct with Product with Serializable

  12. case class flushAllQueues_args () extends ThriftStruct with Product with Serializable

  13. case class flushAllQueues_result () extends ThriftStruct with Product with Serializable

  14. case class flushQueue_args (queueName: String) extends ThriftStruct with Product with Serializable

  15. case class flushQueue_result () extends ThriftStruct with Product with Serializable

  16. case class getVersion_args () extends ThriftStruct with Product with Serializable

  17. case class getVersion_result (success: Option[String]) extends ThriftStruct with Product with Serializable

  18. case class get_args (queueName: String, maxItems: Int, timeoutMsec: Int, autoAbortMsec: Int) extends ThriftStruct with Product with Serializable

  19. case class get_result (success: Option[Seq[Item]]) extends ThriftStruct with Product with Serializable

  20. case class peek_args (queueName: String) extends ThriftStruct with Product with Serializable

  21. case class peek_result (success: Option[QueueInfo]) extends ThriftStruct with Product with Serializable

  22. case class put_args (queueName: String, items: Seq[ByteBuffer], expirationMsec: Int) extends ThriftStruct with Product with Serializable

  23. case class put_result (success: Option[Int]) extends ThriftStruct with Product with Serializable

Value Members

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

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

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

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

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

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

  7. object abort_result extends ThriftStructCodec[abort_result] with Serializable

  8. def asInstanceOf [T0] : T0

    Attributes
    final
    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 deleteQueue_args extends ThriftStructCodec[deleteQueue_args] with Serializable

  13. object deleteQueue_result extends ThriftStructCodec[deleteQueue_result] with Serializable

  14. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def equals (arg0: Any): Boolean

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

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

  18. object flushAllQueues_result extends ThriftStructCodec[flushAllQueues_result] with Serializable

  19. object flushQueue_args extends ThriftStructCodec[flushQueue_args] with Serializable

  20. object flushQueue_result extends ThriftStructCodec[flushQueue_result] with Serializable

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  22. object getVersion_args extends ThriftStructCodec[getVersion_args] with Serializable

  23. object getVersion_result extends ThriftStructCodec[getVersion_result] with Serializable

  24. object get_args extends ThriftStructCodec[get_args] with Serializable

  25. object get_result extends ThriftStructCodec[get_result] with Serializable

  26. def hashCode (): Int

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  29. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  30. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  31. object peek_args extends ThriftStructCodec[peek_args] with Serializable

  32. object peek_result extends ThriftStructCodec[peek_result] with Serializable

  33. object put_args extends ThriftStructCodec[put_args] with Serializable

  34. object put_result extends ThriftStructCodec[put_result] with Serializable

  35. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  36. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any