case class RolledBack(cause: RollbackCause) extends Status with Product with Serializable
The Status
for an atomic block execution attempt that is being or that
has been cancelled. None of the Ref
writes made during this nesting
level or in any child nesting level will ever be visible to other
threads. The atomic block will be automatically retried if cause
is a
TransientRollbackCause
, unless STM-specific retry thresholds are
exceeded.
- Alphabetic
- By Inheritance
- RolledBack
- Serializable
- Serializable
- Product
- Equals
- Status
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new RolledBack(cause: RollbackCause)
Value Members
- val cause: RollbackCause
-
def
completed: Boolean
True for
Committed
andRolledBack
.True for
Committed
andRolledBack
.- Definition Classes
- RolledBack → Status
-
def
decided: Boolean
True for
Committing
,Committed
andRolledBack
.True for
Committing
,Committed
andRolledBack
.- Definition Classes
- RolledBack → Status