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

Members list

Value members

Inherited methods

def getRequest: Optional[Any]

Java API

Java API

Attributes

Inherited from:
UpdateResponse
Source
Replicator.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product