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.

Source:
Replicator.scala
trait Serializable
trait Product
trait Equals
class UpdateFailure[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

def getRequest: Optional[Any]

Java API

Java API

Inherited from:
UpdateResponse
Source:
Replicator.scala
Inherited from:
Product