final case class SlowCounterParticipantSynchronizerConfig(synchronizerIds: Seq[String], distinguishedParticipantUids: Seq[String], thresholdDistinguished: Long, thresholdDefault: Long, participantUidsMetrics: Seq[String]) extends GeneratedMessage with Updatable[SlowCounterParticipantSynchronizerConfig] with Product with Serializable
The configuration concerns the following metrics, issued per synchronizer;
threshold_distinguished & threshold_default are overwritten, distinguished_participant_uids & participant_uids_metrics is additive:
- The maximum number of intervals that a distinguished participant falls behind
- The maximum number of intervals that a participant in the "default" group falls behind
- The number of participants in the distinguished group that are behind by at least thresholdDistinguished
reconciliation intervals.
- The number of participants in the "default" group that are behind by at least thresholdDefault
reconciliation intervals.
- Selected participants for which we publish independent metrics counting how many intervals they are behind
- synchronizerIds
the synchronizers for which we apply the settings below
- distinguishedParticipantUids
all non-distinguished counter-participants are implicitly part of the group "default"
- thresholdDistinguished
the number of reconciliation intervals for a distinguished counter-participant to be considered slow
- thresholdDefault
the number of reconciliation intervals for an "other" counter-participant to be considered slow
- participantUidsMetrics
participants for which we publish independent metrics counting how many intervals they are behind
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- SlowCounterParticipantSynchronizerConfig
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SlowCounterParticipantSynchronizerConfig(synchronizerIds: Seq[String], distinguishedParticipantUids: Seq[String], thresholdDistinguished: Long, thresholdDefault: Long, participantUidsMetrics: Seq[String])
- synchronizerIds
the synchronizers for which we apply the settings below
- distinguishedParticipantUids
all non-distinguished counter-participants are implicitly part of the group "default"
- thresholdDistinguished
the number of reconciliation intervals for a distinguished counter-participant to be considered slow
- thresholdDefault
the number of reconciliation intervals for an "other" counter-participant to be considered slow
- participantUidsMetrics
participants for which we publish independent metrics counting how many intervals they are behind
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
- def addAllDistinguishedParticipantUids(__vs: Iterable[String]): SlowCounterParticipantSynchronizerConfig
- def addAllParticipantUidsMetrics(__vs: Iterable[String]): SlowCounterParticipantSynchronizerConfig
- def addAllSynchronizerIds(__vs: Iterable[String]): SlowCounterParticipantSynchronizerConfig
- def addDistinguishedParticipantUids(__vs: String*): SlowCounterParticipantSynchronizerConfig
- def addParticipantUidsMetrics(__vs: String*): SlowCounterParticipantSynchronizerConfig
- def addSynchronizerIds(__vs: String*): SlowCounterParticipantSynchronizerConfig
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearDistinguishedParticipantUids: SlowCounterParticipantSynchronizerConfig
- def clearParticipantUidsMetrics: SlowCounterParticipantSynchronizerConfig
- def clearSynchronizerIds: SlowCounterParticipantSynchronizerConfig
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: SlowCounterParticipantSynchronizerConfig.type
- Definition Classes
- SlowCounterParticipantSynchronizerConfig → GeneratedMessage
- val distinguishedParticipantUids: Seq[String]
- 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
- SlowCounterParticipantSynchronizerConfig → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- SlowCounterParticipantSynchronizerConfig → GeneratedMessage
- 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 participantUidsMetrics: Seq[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- SlowCounterParticipantSynchronizerConfig → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val synchronizerIds: Seq[String]
- val thresholdDefault: Long
- val thresholdDistinguished: Long
- 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
- SlowCounterParticipantSynchronizerConfig → GeneratedMessage
- def update(ms: (Lens[SlowCounterParticipantSynchronizerConfig, SlowCounterParticipantSynchronizerConfig]) => Mutation[SlowCounterParticipantSynchronizerConfig]*): SlowCounterParticipantSynchronizerConfig
- 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 withDistinguishedParticipantUids(__v: Seq[String]): SlowCounterParticipantSynchronizerConfig
- def withParticipantUidsMetrics(__v: Seq[String]): SlowCounterParticipantSynchronizerConfig
- def withSynchronizerIds(__v: Seq[String]): SlowCounterParticipantSynchronizerConfig
- def withThresholdDefault(__v: Long): SlowCounterParticipantSynchronizerConfig
- def withThresholdDistinguished(__v: Long): SlowCounterParticipantSynchronizerConfig
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- SlowCounterParticipantSynchronizerConfig → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage