RequestContext

io.ino.solrs.RequestContext
case class RequestContext[T <: SolrResponse](r: SolrRequest[_ <: T], preferred: Option[SolrServer], failedRequests: Seq[RequestInfo])

Defines the context for a request initiated by the client.

Attributes

failedRequests

information regarding failed requests

preferred

the server that the user would like to use for the request

r

the request

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def failedRequest(server: SolrServer, duration: Duration, e: Throwable): RequestContext[T]
def hasTriedServer(server: SolrServer): Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product