com.twitter.finagle.kestrel

MultiReaderBuilder

abstract class MultiReaderBuilder[Req, Rep, Builder] extends AnyRef

Factory for com.twitter.finagle.kestrel.ReadHandle instances.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MultiReaderBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ClientBuilderBase = ClientBuilder[Req, Rep, Nothing, Yes, Yes]

Abstract Value Members

  1. abstract def copy(config: MultiReaderConfig[Req, Rep]): Builder

    Attributes
    protected[com.twitter.finagle.kestrel]
  2. abstract def createClient(factory: ServiceFactory[Req, Rep]): Client

    Attributes
    protected[com.twitter.finagle.kestrel]
  3. abstract def defaultClientBuilder: ClientBuilderBase

    Attributes
    protected[com.twitter.finagle.kestrel]

Concrete 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def build(): ReadHandle

    Constructs a merged ReadHandle over the members of the configured cluster.

    Constructs a merged ReadHandle over the members of the configured cluster. The handle is updated as members are added or removed.

  8. def clientBuilder(clientBuilder: ClientBuilderBase): Builder

    Specify the ClientBuilder used to generate client objects.

    Specify the ClientBuilder used to generate client objects. Do not specify the hosts or cluster on the given ClientBuilder, and do not invoke build() on it. You must specify a codec and host connection limit, however.

  9. def clientId(clientId: ClientId): Builder

    Specify the clientId to use, if applicable, for the default builder.

    Specify the clientId to use, if applicable, for the default builder. If the default client builder is override using {{clientBuilder}} then this clientId has not effect.

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  20. def retryBackoffs(backoffs: () ⇒ Stream[Duration], timer: Timer): Builder

    Specify the stream of Durations and Timer used for retry backoffs.

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

    Definition Classes
    AnyRef
  22. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. def withConfig(f: (MultiReaderConfig[Req, Rep]) ⇒ MultiReaderConfig[Req, Rep]): Builder

    Attributes
    protected[com.twitter.finagle.kestrel]

Inherited from AnyRef

Inherited from Any

Ungrouped