net.lag.kestrel.thrift.Kestrel

FinagledService

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

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

Instance Constructors

  1. new FinagledService(iface: FutureIface, 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
  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
  15. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def isAvailable: Boolean

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

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

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

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

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

    Definition Classes
    AnyRef
  25. def release(): Unit

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

    Attributes
    protected
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

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

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

Inherited from AnyRef

Inherited from Any