GeneralizedPaxos

rdts.datatypes.experiments.protocols.simplified.GeneralizedPaxos
See theGeneralizedPaxos companion object
case class GeneralizedPaxos[A](rounds: Map[BallotNum, (LeaderElection, SimpleVoting[A])], myValue: Map[Uid, LastWriterWins[A]])

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product