net.lag.kestrel

ThriftFinagledService

class ThriftFinagledService extends FinagledService

Linear Supertypes
FinagledService, FinagleThriftService, Service[Array[Byte], Array[Byte]], (Array[Byte]) ⇒ Future[Array[Byte]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ThriftFinagledService
  2. FinagledService
  3. FinagleThriftService
  4. Service
  5. Function1
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThriftFinagledService (handler: ThriftHandler, protocolFactory: TProtocolFactory)

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. def andThen [A] (g: (Future[Array[Byte]]) ⇒ A): (Array[Byte]) ⇒ A

    Definition Classes
    Function1
  7. def apply (request: Array[Byte]): Future[Array[Byte]]

    Definition Classes
    FinagleThriftService → Service → Function1
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def compose [A] (g: (A) ⇒ Array[Byte]): (A) ⇒ Future[Array[Byte]]

    Definition Classes
    Function1
  11. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def exception (name: String, seqid: Int, code: Int, message: String): Future[Array[Byte]]

    Definition Classes
    FinagleThriftService
  14. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. val functionMap : HashMap[String, (TProtocol, Int) ⇒ Future[Array[Byte]]]

    Attributes
    protected
    Definition Classes
    FinagleThriftService
  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. val handler : ThriftHandler

  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def isAvailable : Boolean

    Definition Classes
    Service
  20. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  21. def map [Req1] (f: (Req1) ⇒ Array[Byte]): Service[Req1, Array[Byte]]

    Definition Classes
    Service
  22. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  25. val protocolFactory : TProtocolFactory

    Definition Classes
    ThriftFinagledServiceFinagledService → FinagleThriftService
  26. def release (): Unit

    Definition Classes
    ThriftFinagledService → Service
  27. def reply (name: String, seqid: Int, result: ThriftStruct): Future[Array[Byte]]

    Definition Classes
    FinagleThriftService
  28. def synchronized [T0] (arg0: ⇒ T0): T0

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from FinagledService

Inherited from FinagleThriftService

Inherited from Service[Array[Byte], Array[Byte]]

Inherited from (Array[Byte]) ⇒ Future[Array[Byte]]

Inherited from AnyRef

Inherited from Any