Class/Object

eu.timepit.crjdt.core

Replica

Related Docs: object Replica | package core

Permalink

final case class Replica(replicaId: ReplicaId, opsCounter: BigInt, document: Node, variables: Map[Var, Cursor], processedOps: Set[Id], generatedOps: Vector[Operation], receivedOps: Vector[Operation]) extends Product with Serializable

Source
Replica.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Replica
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Replica(replicaId: ReplicaId, opsCounter: BigInt, document: Node, variables: Map[Var, Cursor], processedOps: Set[Id], generatedOps: Vector[Operation], receivedOps: Vector[Operation])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def applyCmd(cmd: Cmd): Replica

    Permalink
  5. def applyCmds(cmds: List[Cmd]): Replica

    Permalink
  6. def applyLocal(op: Operation): Replica

    Permalink
  7. def applyRemote: Replica

    Permalink
    Annotations
    @tailrec()
  8. def applyRemoteOps(ops: Vector[Operation]): Replica

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def currentId: Id

    Permalink
  12. val document: Node

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def evalExpr(expr: Expr): Cursor

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findApplicableRemoteOp: Option[Operation]

    Permalink

    Finds an Operation in receivedOps that has not already been processed and whose causal dependencies are satisfied.

  17. val generatedOps: Vector[Operation]

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def incrementCounter: Replica

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def keys(expr: Expr): Set[String]

    Permalink
  22. def makeOp(cur: Cursor, mut: Mutation): Replica

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val opsCounter: BigInt

    Permalink
  27. val processedOps: Set[Id]

    Permalink
  28. val receivedOps: Vector[Operation]

    Permalink
  29. val replicaId: ReplicaId

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def values(expr: Expr): List[Val]

    Permalink
  32. val variables: Map[Var, Cursor]

    Permalink
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped