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 Serializable
trait Product
trait Equals
trait DeleteResponse[A]
class UpdateFailure[A]
class UpdateResponse[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def getRequest: Optional[Any]

Java API

Java API

Attributes

Definition Classes
Source
Replicator.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product