ReadMajorityPlus

org.apache.pekko.cluster.ddata.Replicator.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.

Attributes

Source
Replicator.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(timeout: Duration, additional: Int)

Java API

Java API

Attributes

Source
Replicator.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product