Packages

package mirrors

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait CacheResult[T, +U <: T] extends AnyRef
  2. case class Found[T](instance: T) extends CacheResult[T, Nothing] with Product with Serializable
  3. trait Host[T] extends AnyRef
  4. trait HostImpl[T] extends Host[T]
  5. trait Hosted[R] extends AnyRef
  6. case class Instantiated[T, U <: T](instance: U) extends CacheResult[T, U] with Product with Serializable
  7. trait Mirror extends FullMVBundle
  8. case class RemoteBlocked(newRoot: SubsumableLock) extends RemoteTrySubsumeResult with RemoteTryLockResult with Product with Serializable
  9. case class RemoteLocked(newRoot: SubsumableLock) extends RemoteTryLockResult with Product with Serializable
  10. sealed trait RemoteTryLockResult extends AnyRef
  11. sealed trait RemoteTrySubsumeResult extends AnyRef
  12. trait SubsumableLockHost extends Host[SubsumableLock]
  13. trait SubsumableLockProxy extends AnyRef
  14. class SubsumableLockReflection extends SubsumableLock

Value Members

  1. object Host
  2. case object RemoteGCd extends RemoteTrySubsumeResult with RemoteTryLockResult with Product with Serializable
  3. case object RemoteSubsumed extends RemoteTrySubsumeResult with Product with Serializable

Ungrouped