io.github.jchapuis.leases4s.patterns.cluster

Members list

Type members

Classlikes

trait Cluster[F[_]]

A cluster represents a dynamic group of indexed members that join and leave. A member's index can evolve over time. Indices are indeed always lower than the number of members at any one time. Indices thus represent a slot in the group and can be used to partition work or data.

A cluster represents a dynamic group of indexed members that join and leave. A member's index can evolve over time. Indices are indeed always lower than the number of members at any one time. Indices thus represent a slot in the group and can be used to partition work or data.

Attributes

Supertypes
class Object
trait Matchable
class Any
final case class Member

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Member.type
trait Membership[F[_]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Membership

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Membership.type