MutationState class Query

Aggregates a number of MutationToken's which have been returned by mutation operations, which can then be used when performing queries.

This will guarantee that the query includes the specified set of mutations without incurring the wait associated with request_plus level consistency.

Constructors

MutationState()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(MutationToken token) → void
Adds a MutationToken to this state.
addAll(Iterable<MutationToken> tokens) → void
Adds multiple MutationTokens to this state.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited