Classes
Class | Description | |
---|---|---|
ConsistentReadScope |
Used to enforce SimpleDB consistent reads with limited scope.
|
|
DomainConstraintBase |
Base implementation of IDomainConstraint
for convenience when only one or two validation methods are
needed.
|
|
ReliableWriteScope |
Used to group two or more cross-domain write operations into a reliable-write that
prevents partial-data loss in the event of a system failure.
|
|
WriteMonitor |
Monitors reliable-write operations and retries the propagation of failed writes in a background thread.
|