Object/Trait

com.twitter.finagle.kestrel.net.lag.kestrel.thriftscala

Kestrel

Related Docs: trait Kestrel | package thriftscala

Permalink

object Kestrel

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

Type Members

  1. trait BaseServiceIface extends ToThriftService

    Permalink
  2. class FinagledClient extends Kestrel$FinagleClient with FutureIface

    Permalink
  3. class FinagledService extends Kestrel$FinagleService

    Permalink
  4. trait FutureIface extends Kestrel[Future]

    Permalink
  5. class MethodIface extends Kestrel[Future]

    Permalink
  6. case class ServiceIface(put: Service[Args, SuccessType], get: Service[Args, SuccessType], confirm: Service[Args, SuccessType], abort: Service[Args, SuccessType], peek: Service[Args, SuccessType], flushQueue: Service[Args, SuccessType], flushAllQueues: Service[Args, SuccessType], deleteQueue: Service[Args, SuccessType], currentStatus: Service[Args, SuccessType], setStatus: Service[Args, SuccessType], getVersion: Service[Args, SuccessType]) extends BaseServiceIface with Filterable[ServiceIface] with Product with Serializable

    Permalink
  7. type abort$args = Args

    Permalink
  8. type abort$result = Result

    Permalink
  9. type confirm$args = Args

    Permalink
  10. type confirm$result = Result

    Permalink
  11. type currentStatus$args = Args

    Permalink
  12. type currentStatus$result = Result

    Permalink
  13. type deleteQueue$args = Args

    Permalink
  14. type deleteQueue$result = Result

    Permalink
  15. type flushAllQueues$args = Args

    Permalink
  16. type flushAllQueues$result = Result

    Permalink
  17. type flushQueue$args = Args

    Permalink
  18. type flushQueue$result = Result

    Permalink
  19. type get$args = Args

    Permalink
  20. type get$result = Result

    Permalink
  21. type getVersion$args = Args

    Permalink
  22. type getVersion$result = Result

    Permalink
  23. type peek$args = Args

    Permalink
  24. type peek$result = Result

    Permalink
  25. type put$args = Args

    Permalink
  26. type put$result = Result

    Permalink
  27. type setStatus$args = Args

    Permalink
  28. type setStatus$result = Result

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Abort extends ThriftMethod

    Permalink
  5. object Confirm extends ThriftMethod

    Permalink
  6. object CurrentStatus extends ThriftMethod

    Permalink
  7. object DeleteQueue extends ThriftMethod

    Permalink
  8. object FlushAllQueues extends ThriftMethod

    Permalink
  9. object FlushQueue extends ThriftMethod

    Permalink
  10. object Get extends ThriftMethod

    Permalink
  11. object GetVersion extends ThriftMethod

    Permalink
  12. implicit object MethodIfaceBuilder extends MethodIfaceBuilder[ServiceIface, Kestrel[Future]]

    Permalink
  13. object Peek extends ThriftMethod

    Permalink
  14. object Put extends ThriftMethod

    Permalink
  15. implicit object ServiceIfaceBuilder extends ServiceIfaceBuilder[ServiceIface]

    Permalink
  16. object SetStatus extends ThriftMethod

    Permalink
  17. val abort$args: Args.type

    Permalink
  18. val abort$result: Result.type

    Permalink
  19. val annotations: Map[String, String]

    Permalink
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. val confirm$args: Args.type

    Permalink
  23. val confirm$result: Result.type

    Permalink
  24. val currentStatus$args: Args.type

    Permalink
  25. val currentStatus$result: Result.type

    Permalink
  26. val deleteQueue$args: Args.type

    Permalink
  27. val deleteQueue$result: Result.type

    Permalink
  28. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. val flushAllQueues$args: Args.type

    Permalink
  32. val flushAllQueues$result: Result.type

    Permalink
  33. val flushQueue$args: Args.type

    Permalink
  34. val flushQueue$result: Result.type

    Permalink
  35. val get$args: Args.type

    Permalink
  36. val get$result: Result.type

    Permalink
  37. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  38. val getVersion$args: Args.type

    Permalink
  39. val getVersion$result: Result.type

    Permalink
  40. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    AnyRef
  43. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. val peek$args: Args.type

    Permalink
  46. val peek$result: Result.type

    Permalink
  47. val put$args: Args.type

    Permalink
  48. val put$result: Result.type

    Permalink
  49. val setStatus$args: Args.type

    Permalink
  50. val setStatus$result: Result.type

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

    Permalink
    Definition Classes
    AnyRef
  52. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped