StoreFailure
org.apache.pekko.cluster.ddata.Replicator.StoreFailure
final case class StoreFailure[A <: ReplicatedData](key: Key[A], request: Option[Any]) extends UpdateFailure[A], DeleteResponse[A]
The local store or direct replication of the Update could not be fulfill according to the given consistency level due to durable store errors. This is only used for entries that have been configured to be durable.
The Update was still performed in memory locally and possibly replicated to some nodes, but it might not have been written to durable storage. 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 Equalstrait DeleteResponse[A]class UpdateFailure[A]class UpdateResponse[A]class Objecttrait Matchableclass Any
Members list
In this article