Class

com.twitter.finagle.kestrel

MultiReaderBuilder

Related Doc: package kestrel

Permalink

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

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

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultiReaderBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

Abstract Value Members

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

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

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

    Permalink
    Attributes
    protected[com.twitter.finagle.kestrel]

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

    Permalink
    Definition Classes
    Any
  5. def build(): ReadHandle

    Permalink

    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.

  6. def clientBuilder(clientBuilder: ClientBuilderBase): Builder

    Permalink

    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.

  7. def clientId(clientId: ClientId): Builder

    Permalink

    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.

  8. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Permalink

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

  19. def statsReceiver(statsReceiver: StatsReceiver): Builder

    Permalink

    Specify the statsReceiver to use to expose multi reader stats.

    Specify the statsReceiver to use to expose multi reader stats.

    statsReceiver

    stats receiver

    returns

    multi reader builder

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def trackOutstandingRequests(trackOutstandingRequests: Boolean): Builder

    Permalink

    Specify whether to track outstanding requests.

    Specify whether to track outstanding requests.

    trackOutstandingRequests

    flag to track outstanding requests.

    returns

    multi reader builder

  23. final def wait(): Unit

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

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

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

    Permalink
    Attributes
    protected[com.twitter.finagle.kestrel]

Inherited from AnyRef

Inherited from Any

Ungrouped