Packages

case class Builder[F[_], ASC <: AsyncSolrClient[F]](loadBalancer: LoadBalancer, httpClient: Option[AsyncHttpClient], shutdownHttpClient: Boolean, requestInterceptor: Option[RequestInterceptor] = None, requestWriter: Option[RequestWriter] = 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])
  2. new Builder(loadBalancer: LoadBalancer, factory: ASCFactory[F, ASC])(implicit futureFactory: FutureFactory[F])
  3. new Builder(loadBalancer: LoadBalancer, httpClient: Option[AsyncHttpClient], shutdownHttpClient: Boolean, requestInterceptor: Option[RequestInterceptor] = None, requestWriter: Option[RequestWriter] = 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])
    Attributes
    protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def build: ASC
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def createHttpClient: AsyncHttpClient
    Attributes
    protected
  8. def createMetrics: Metrics
    Attributes
    protected
  9. def createRequestWriter: RequestWriter
    Attributes
    protected
  10. def createResponseParser: ResponseParser
    Attributes
    protected
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val factory: ASCFactory[F, ASC]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. val httpClient: Option[AsyncHttpClient]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val loadBalancer: LoadBalancer
  17. val metrics: Option[Metrics]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val requestInterceptor: Option[RequestInterceptor]
  22. val requestWriter: Option[RequestWriter]
  23. val responseParser: Option[ResponseParser]
  24. val retryPolicy: RetryPolicy
  25. val serverStateObservation: Option[ServerStateObservation[F]]
  26. def setOnAsyncSolrClientAwares(solr: AsyncSolrClient[F]): Unit
    Attributes
    protected
  27. val shutdownHttpClient: Boolean
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def withHttpClient(httpClient: AsyncHttpClient): Builder[F, ASC]
  33. def withMetrics(metrics: Metrics): Builder[F, ASC]
  34. def withRequestInterceptor(requestInterceptor: RequestInterceptor): Builder[F, ASC]
  35. def withRequestWriter(requestWriter: RequestWriter): Builder[F, ASC]
  36. def withResponseParser(responseParser: ResponseParser): Builder[F, ASC]
  37. def withRetryPolicy(retryPolicy: RetryPolicy): Builder[F, ASC]

    Configure the retry policy to apply for failed requests.

  38. def withServerStateObservation(serverStateObserver: ServerStateObserver[F], checkInterval: FiniteDuration, executorService: ScheduledExecutorService): Builder[F, ASC]

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped