Class UpdateTimeout
The direct replication of the Update could not be fulfill according to
the given IWriteConsistency 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.
Inheritance
UpdateTimeout
Assembly: Akka.DistributedData.dll
Syntax
[Serializable]
public sealed class UpdateTimeout : IUpdateFailure, IUpdateResponse, INoSerializationVerificationNeeded, IEquatable<UpdateTimeout>
Constructors
|
Edit this page
View Source
UpdateTimeout(IKey, object)
Declaration
public UpdateTimeout(IKey key, object request)
Parameters
Properties
|
Edit this page
View Source
Cause
Returns a cause of the exception.
Declaration
public Exception Cause { get; }
Property Value
|
Edit this page
View Source
IsSuccessful
Returns true if Update request has completed successfully.
Declaration
public bool IsSuccessful { get; }
Property Value
|
Edit this page
View Source
Key
Key, under with updated data is going to be stored.
Declaration
Property Value
|
Edit this page
View Source
Request
Optional object that can be used to correlate this response with particular Update request.
Declaration
public object Request { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(UpdateTimeout)
Declaration
public bool Equals(UpdateTimeout other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ThrowOnFailure()
Throws an exception if Update request has failed.
Declaration
public void ThrowOnFailure()
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods