UpdateTimeout
org.apache.pekko.cluster.ddata.Replicator$.UpdateTimeout
final case class UpdateTimeout[A <: ReplicatedData](key: Key[A], request: Option[Any]) extends UpdateFailure[A]
The direct replication of the Update could not be fulfill according to the given consistency level and timeout.
The Update
was still performed locally and possibly replicated to some nodes. It will eventually be disseminated to other replicas, unless the local replica crashes before it has been able to communicate with other replicas.
Attributes
- Source
- Replicator.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass UpdateFailure[A]class UpdateResponse[A]class Objecttrait Matchableclass Any
Members list
In this article