final case class StoreFailure[A <: ReplicatedData](key: Key[A], request: Option[Any]) extends UpdateFailure[A] with DeleteResponse[A] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- StoreFailure
- Serializable
- Product
- Equals
- DeleteResponse
- UpdateFailure
- UpdateResponse
- NoSerializationVerificationNeeded
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def getRequest: [Any]
Java API
Java API
- Definition Classes
- → → UpdateResponse
- val key: Key[A]
- Definition Classes
- → → UpdateResponse
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val request: [Any]
- Definition Classes
- → → UpdateResponse
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.