rdts.datatypes.experiments.protocols

Members list

Type members

Classlikes

case class Accept[A](proposal: Prepare, value: A)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Accepted[A](proposal: Prepare, value: A, acceptor: Uid)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Causal[T](deltas: Set[Dotted[T]])(implicit evidence$1: Lattice[T], evidence$2: HasDots[T], evidence$3: Bottom[T])

totally not incredibly inefficient

totally not incredibly inefficient

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait Consensus[C[_]]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object consensus
case class ExampleTokens(calendarAinteractionA: Token, calendarBinteractionA: Token)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Exclusive[T](token: Token, value: T)(implicit evidence$1: Lattice[T], evidence$2: Bottom[T])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class LogHack(on: Boolean)

Attributes

Supertypes
class Object
trait Matchable
class Any
case class Membership[A, C[_], D[_]](counter: Time, membersConsensus: C[Set[Uid]], innerConsensus: D[A], log: List[A], membershipChanging: Boolean)(using x$6: Bottom[C[Set[Uid]]], x$7: Bottom[D[A]], x$8: Consensus[C], x$9: Consensus[D], x$10: Lattice[C[Set[Uid]]], x$11: Lattice[D[A]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Membership

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Membership.type
case class MultiRoundVoting(rounds: Epoch[SimpleVoting])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Ownership(epoch: Long, owner: Uid)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Ownership

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Ownership.type
case class Paxos[A](prepares: Set[Prepare], promises: Set[Promise[A]], accepts: Set[Accept[A]], accepteds: Set[Accepted[A]], members: Set[Uid])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Paxos

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Paxos.type
enum Phase

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Prepare(proposalNumber: Int, proposer: Uid)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Promise[A](proposal: Prepare, value: Option[A], acceptor: Uid)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SimpleVoting(votes: Set[Vote])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SimpleVoting

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Token(os: Ownership, wants: ReplicatedSet[Uid])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Token

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Token.type
case class Vote(leader: Uid, voter: Uid)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Voting(rounds: Epoch[ReplicatedSet[Vote]], numParticipants: LastWriterWins[Int])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Voting

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Voting.type
object given_Ordering_Accept extends Ordering[Accept[_]]

Attributes

Supertypes
trait Ordering[Accept[_]]
trait PartialOrdering[Accept[_]]
trait Equiv[Accept[_]]
trait Serializable
trait Comparator[Accept[_]]
class Object
trait Matchable
class Any
Show all
Self type
object given_Ordering_Prepare extends Ordering[Prepare]

Attributes

Supertypes
trait Ordering[Prepare]
trait PartialOrdering[Prepare]
trait Equiv[Prepare]
trait Serializable
trait Comparator[Prepare]
class Object
trait Matchable
class Any
Show all
Self type

Value members

Concrete fields

val numParticipants: Int