com.digitalasset.canton.admin.participant.v30
CounterParticipantInfo
Companion object CounterParticipantInfo
final case class CounterParticipantInfo(counterParticipantUid: String, synchronizerId: String, intervalsBehind: Long, behindSince: Option[Duration], asOfSequencingTimestamp: Option[Timestamp]) extends GeneratedMessage with Updatable[CounterParticipantInfo] with Product with Serializable
- intervalsBehind
MaxInt(2147483647) means that the counter-participant never sent a commitment
- behindSince
how long time the corresponding intervals correlate to (Timestamp in the future means it has never sent a commitment) this is to help debugging, especially in the case where the reconciliation interval have been changed. for example, if we have a counter participant that is three intervals behind, and each interval is one minute. if the reconciliation interval is changed to 24 hours, then it might look like that counter-participant is three days behind (when it is actually only three minutes behind).
- asOfSequencingTimestamp
the "as of" sequencing timestamp at which this information was obtained
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- CounterParticipantInfo
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CounterParticipantInfo(counterParticipantUid: String, synchronizerId: String, intervalsBehind: Long, behindSince: Option[Duration], asOfSequencingTimestamp: Option[Timestamp])
- intervalsBehind
MaxInt(2147483647) means that the counter-participant never sent a commitment
- behindSince
how long time the corresponding intervals correlate to (Timestamp in the future means it has never sent a commitment) this is to help debugging, especially in the case where the reconciliation interval have been changed. for example, if we have a counter participant that is three intervals behind, and each interval is one minute. if the reconciliation interval is changed to 24 hours, then it might look like that counter-participant is three days behind (when it is actually only three minutes behind).
- asOfSequencingTimestamp
the "as of" sequencing timestamp at which this information was obtained
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val asOfSequencingTimestamp: Option[Timestamp]
- val behindSince: Option[Duration]
- def clearAsOfSequencingTimestamp: CounterParticipantInfo
- def clearBehindSince: CounterParticipantInfo
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: CounterParticipantInfo.type
- Definition Classes
- CounterParticipantInfo → GeneratedMessage
- val counterParticipantUid: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getAsOfSequencingTimestamp: Timestamp
- def getBehindSince: Duration
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- CounterParticipantInfo → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- CounterParticipantInfo → GeneratedMessage
- val intervalsBehind: Long
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- CounterParticipantInfo → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val synchronizerId: String
- 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
- CounterParticipantInfo → GeneratedMessage
- def update(ms: (Lens[CounterParticipantInfo, CounterParticipantInfo]) => Mutation[CounterParticipantInfo]*): CounterParticipantInfo
- 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 withAsOfSequencingTimestamp(__v: Timestamp): CounterParticipantInfo
- def withBehindSince(__v: Duration): CounterParticipantInfo
- def withCounterParticipantUid(__v: String): CounterParticipantInfo
- def withIntervalsBehind(__v: Long): CounterParticipantInfo
- def withSynchronizerId(__v: String): CounterParticipantInfo
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- CounterParticipantInfo → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage