final case class MediatorDomainStateX(domain: String, group: Int, threshold: Int, active: Seq[String], observers: Seq[String]) extends GeneratedMessage with Updatable[MediatorDomainStateX] with Product with Serializable
which mediators and mediator groups are active on the given domain authorization: whoever controls the domain and all the owners of the active or observing mediators that were not already present in the tx with serial = n - 1 exception: a mediator can leave the consortium unilaterally as long as there are enough members to reach the threshold UNIQUE(domain, group)
- domain
the domain-id of the mediator group
- group
the group-id used for sharding multiple mediator groups
- threshold
the signature threshold required to reach consensus among the mediators
- active
the list of active mediators (uid) within the group
- observers
the list of observing mediators (uid) within the group (read messages but don't respond)
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- MediatorDomainStateX
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new MediatorDomainStateX(domain: String, group: Int, threshold: Int, active: Seq[String], observers: Seq[String])
- domain
the domain-id of the mediator group
- group
the group-id used for sharding multiple mediator groups
- threshold
the signature threshold required to reach consensus among the mediators
- active
the list of active mediators (uid) within the group
- observers
the list of observing mediators (uid) within the group (read messages but don't respond)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val active: Seq[String]
- def addActive(__vs: String*): MediatorDomainStateX
- def addAllActive(__vs: Iterable[String]): MediatorDomainStateX
- def addAllObservers(__vs: Iterable[String]): MediatorDomainStateX
- def addObservers(__vs: String*): MediatorDomainStateX
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearActive: MediatorDomainStateX
- def clearObservers: MediatorDomainStateX
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def companion: MediatorDomainStateX.type
- Definition Classes
- MediatorDomainStateX → GeneratedMessage
- val domain: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- MediatorDomainStateX → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- MediatorDomainStateX → GeneratedMessage
- val group: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val observers: Seq[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- MediatorDomainStateX → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val threshold: Int
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- MediatorDomainStateX → GeneratedMessage
- def update(ms: (Lens[MediatorDomainStateX, MediatorDomainStateX]) => Mutation[MediatorDomainStateX]*): MediatorDomainStateX
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withActive(__v: Seq[String]): MediatorDomainStateX
- def withDomain(__v: String): MediatorDomainStateX
- def withGroup(__v: Int): MediatorDomainStateX
- def withObservers(__v: Seq[String]): MediatorDomainStateX
- def withThreshold(__v: Int): MediatorDomainStateX
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- MediatorDomainStateX → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage