WriteMajorityPlus
org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
final case class WriteMajorityPlus(timeout: FiniteDuration, additional: Int, minCap: Int) extends WriteConsistency
WriteMajority but with the given number of additional nodes added to the majority count. At most all nodes. Exiting nodes are excluded using WriteMajorityPlus because those are typically about to be removed and will not be able to respond.
Attributes
- Source
- Replicator.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WriteConsistencyclass Objecttrait Matchableclass Any
Members list
In this article