WarmupQueries

io.ino.solrs.CloudSolrServers$.WarmupQueries
case class WarmupQueries(queriesByCollection: String => Seq[SolrQuery], count: Int)

Specifies how newly added servers / servers that changed from down to active are put under load.

Attributes

count

the number of times that the queries shall be run.s

queriesByCollection

a function that returns warmup queries for a given collection.

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product