Package

rescala

fullmv

Permalink

package fullmv

Visibility
  1. Public
  2. All

Type Members

  1. case class CaseClassTransactionSpanningTreeNode[T](txn: T, children: Array[CaseClassTransactionSpanningTreeNode[T]]) extends TransactionSpanningTreeNode[T] with Product with Serializable

    Permalink
  2. sealed trait FramingBranchResult[+T, +R] extends AnyRef

    Permalink
  3. class FullMVApi extends RescalaInterface with FullMVBundle with Mirror with TurnImplBundle with TaskBundle with FullMvStateBundle with SubsumableLockBundle

    Permalink
  4. trait FullMVBundle extends AnyRef

    Permalink
  5. trait FullMvStateBundle extends FullMVBundle

    Permalink
  6. class LinkWithCounters[T] extends AtomicReference[T]

    Permalink
  7. case class LockedSameSCC(lock: SubsumableLock) extends SCCState with Product with Serializable

    Permalink
  8. sealed trait MaybeWritten[+V] extends AnyRef

    Permalink
  9. class MutableTransactionSpanningTreeNode[T] extends TransactionSpanningTreeNode[T]

    Permalink
  10. sealed trait NotificationBranchResult[+T, +R] extends AnyRef

    Permalink
  11. sealed trait SCCConnectivity extends SCCState

    Permalink
  12. sealed trait SCCState extends AnyRef

    Permalink
  13. trait TransactionSpanningTreeNode[T] extends AnyRef

    Permalink
  14. trait TurnImplBundle extends FullMVBundle

    Permalink
  15. case class Written[V](valueForSelf: V, valueForFuture: V) extends MaybeWritten[V] with Product with Serializable

    Permalink

Ungrouped