Class/Object

io.ino.solrs.AsyncSolrClient

Builder

Related Docs: object Builder | package AsyncSolrClient

Permalink

case class Builder[F[_], ASC <: AsyncSolrClient[F]](loadBalancer: LoadBalancer, httpClient: Option[AsyncHttpClient], shutdownHttpClient: Boolean, requestInterceptor: Option[RequestInterceptor] = None, responseParser: Option[ResponseParser] = None, metrics: Option[Metrics] = None, serverStateObservation: Option[ServerStateObservation[F]] = None, retryPolicy: RetryPolicy = RetryPolicy.TryOnce, factory: ASCFactory[F, ASC])(implicit futureFactory: FutureFactory[F]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Builder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Builder(baseUrl: String, factory: ASCFactory[F, ASC])(implicit futureFactory: FutureFactory[F])

    Permalink
  2. new Builder(loadBalancer: LoadBalancer, factory: ASCFactory[F, ASC])(implicit futureFactory: FutureFactory[F])

    Permalink
  3. new Builder(loadBalancer: LoadBalancer, httpClient: Option[AsyncHttpClient], shutdownHttpClient: Boolean, requestInterceptor: Option[RequestInterceptor] = None, responseParser: Option[ResponseParser] = None, metrics: Option[Metrics] = None, serverStateObservation: Option[ServerStateObservation[F]] = None, retryPolicy: RetryPolicy = RetryPolicy.TryOnce, factory: ASCFactory[F, ASC])(implicit futureFactory: FutureFactory[F])

    Permalink
    Attributes
    protected

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: ASC

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createHttpClient: AsyncHttpClient

    Permalink
    Attributes
    protected
  8. def createMetrics: Metrics

    Permalink
    Attributes
    protected
  9. def createResponseParser: ResponseParser

    Permalink
    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. val factory: ASCFactory[F, ASC]

    Permalink
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. val httpClient: Option[AsyncHttpClient]

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. val loadBalancer: LoadBalancer

    Permalink
  17. val metrics: Option[Metrics]

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val requestInterceptor: Option[RequestInterceptor]

    Permalink
  22. val responseParser: Option[ResponseParser]

    Permalink
  23. val retryPolicy: RetryPolicy

    Permalink
  24. val serverStateObservation: Option[ServerStateObservation[F]]

    Permalink
  25. def setOnAsyncSolrClientAwares(solr: AsyncSolrClient[F]): Unit

    Permalink
    Attributes
    protected
  26. val shutdownHttpClient: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def withHttpClient(httpClient: AsyncHttpClient): Builder[F, ASC]

    Permalink
  32. def withMetrics(metrics: Metrics): Builder[F, ASC]

    Permalink
  33. def withRequestInterceptor(requestInterceptor: RequestInterceptor): Builder[F, ASC]

    Permalink
  34. def withResponseParser(responseParser: ResponseParser): Builder[F, ASC]

    Permalink
  35. def withRetryPolicy(retryPolicy: RetryPolicy): Builder[F, ASC]

    Permalink

    Configure the retry policy to apply for failed requests.

  36. def withServerStateObservation(serverStateObserver: ServerStateObserver[F], checkInterval: FiniteDuration, actorSystem: ActorSystem): Builder[F, ASC]

    Permalink

    Configures server state observation using the given observer and the provided interval.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped