ReadMajorityPlus

final case class ReadMajorityPlus(timeout: FiniteDuration, additional: Int, minCap: Int) extends ReadConsistency

ReadMajority but with the given number of additional nodes added to the majority count. At most all nodes. Exiting nodes are excluded using ReadMajorityPlus because those are typically about to be removed and will not be able to respond.

Source:
Replicator.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Constructors

def this(timeout: Duration, additional: Int)

Java API

Java API

Source:
Replicator.scala

Inherited methods

Inherited from:
Product