net.lag.kestrel

ThriftFinagledService

class ThriftFinagledService extends FinagledService

Linear Supertypes
FinagledService, 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. Service
  4. Function1
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

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

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. def addFunction(name: String, f: (TProtocol, Int) ⇒ Future[Array[Byte]]): Unit

    Attributes
    protected
    Definition Classes
    FinagledService
  7. def andThen[A](g: (Future[Array[Byte]]) ⇒ A): (Array[Byte]) ⇒ A

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

    Definition Classes
    FinagledService → Service → Function1
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

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

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

    Attributes
    protected
    Definition Classes
    FinagledService
  15. def finalize(): Unit

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

    Attributes
    protected
    Definition Classes
    FinagledService
  17. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  18. val handler: ThriftHandler

  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def isAvailable: Boolean

    Definition Classes
    Service
  21. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Definition Classes
    AnyRef
  26. val protocolFactory: TProtocolFactory

  27. def release(): Unit

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

    Attributes
    protected
    Definition Classes
    FinagledService
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from FinagledService

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

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

Inherited from AnyRef

Inherited from Any