RetryPolicy

io.ino.solrs.RetryPolicy
See theRetryPolicy companion class
object RetryPolicy

Predefined request retry policies.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def AtMost(times: Int): RetryPolicy

Retries the given number of times.

Retries the given number of times.

Attributes

Concrete fields

Try all servers provided by SolrServers (fetching the next server from the LoadBalancer). When requests for all servers failed, the last failure is propagated to the client.

Try all servers provided by SolrServers (fetching the next server from the LoadBalancer). When requests for all servers failed, the last failure is propagated to the client.

Attributes

Don't retry, propagate the first failure.

Don't retry, propagate the first failure.

Attributes