com.digitalasset.canton.protocol.v30
MediatorSynchronizerState
Companion object MediatorSynchronizerState
final case class MediatorSynchronizerState(synchronizerId: String, group: Int, threshold: Int, active: Seq[String], observers: Seq[String]) extends GeneratedMessage with Updatable[MediatorSynchronizerState] with Product with Serializable
which mediators and mediator groups are active on the given synchronizer authorization: whoever controls the synchronizer UNIQUE(synchronizer_id, group)
- synchronizerId
the synchronizer 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
- MediatorSynchronizerState
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new MediatorSynchronizerState(synchronizerId: String, group: Int, threshold: Int, active: Seq[String], observers: Seq[String])
- synchronizerId
the synchronizer 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*): MediatorSynchronizerState
- def addAllActive(__vs: Iterable[String]): MediatorSynchronizerState
- def addAllObservers(__vs: Iterable[String]): MediatorSynchronizerState
- def addObservers(__vs: String*): MediatorSynchronizerState
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearActive: MediatorSynchronizerState
- def clearObservers: MediatorSynchronizerState
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: MediatorSynchronizerState.type
- Definition Classes
- MediatorSynchronizerState → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- MediatorSynchronizerState → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- MediatorSynchronizerState → 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val observers: Seq[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- MediatorSynchronizerState → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val synchronizerId: String
- 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
- MediatorSynchronizerState → GeneratedMessage
- def update(ms: (Lens[MediatorSynchronizerState, MediatorSynchronizerState]) => Mutation[MediatorSynchronizerState]*): MediatorSynchronizerState
- 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]): MediatorSynchronizerState
- def withGroup(__v: Int): MediatorSynchronizerState
- def withObservers(__v: Seq[String]): MediatorSynchronizerState
- def withSynchronizerId(__v: String): MediatorSynchronizerState
- def withThreshold(__v: Int): MediatorSynchronizerState
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- MediatorSynchronizerState → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage