Object/Trait

io.buoyant.namerd.iface.thriftscala

Namer

Related Docs: trait Namer | package thriftscala

Permalink

object Namer

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Namer
  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 Namer$FinagleClient with FutureIface

    Permalink
  3. class FinagledService extends Namer$FinagleService

    Permalink
  4. trait FutureIface extends Namer[Future]

    Permalink
  5. class MethodIface extends Namer[Future]

    Permalink
  6. case class ServiceIface(bind: Service[Args, Result], addr: Service[Args, Result], delegate: Service[Args, Result], dtab: Service[Args, Result]) extends BaseServiceIface with Product with Serializable

    Permalink
  7. type addr$args = Args

    Permalink
  8. type addr$result = Result

    Permalink
  9. type bind$args = Args

    Permalink
  10. type bind$result = Result

    Permalink
  11. type delegate$args = Args

    Permalink
  12. type delegate$result = Result

    Permalink
  13. type dtab$args = Args

    Permalink
  14. type dtab$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 Addr extends ThriftMethod

    Permalink
  5. object Bind extends ThriftMethod

    Permalink
  6. object Delegate extends ThriftMethod

    Permalink
  7. object Dtab extends ThriftMethod

    Permalink
  8. implicit object MethodIfaceBuilder extends MethodIfaceBuilder[ServiceIface, Namer[Future]]

    Permalink
  9. implicit object ServiceIfaceBuilder extends ServiceIfaceBuilder[ServiceIface]

    Permalink
  10. val addr$args: Args.type

    Permalink
  11. val addr$result: Result.type

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. val bind$args: Args.type

    Permalink
  14. val bind$result: Result.type

    Permalink
  15. def clone(): AnyRef

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

    Permalink
  17. val delegate$result: Result.type

    Permalink
  18. val dtab$args: Args.type

    Permalink
  19. val dtab$result: Result.type

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped