rdts.datatypes.experiments.protocols.old

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 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 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