com.digitalasset.canton.sequencer.admin.v30.BftSequencerSnapshotAdditionalInfo
SequencerActiveAt
Companion object SequencerActiveAt
final case class SequencerActiveAt(timestamp: Long, startEpochNumber: Option[Long], firstBlockNumberInStartEpoch: Option[Long], startEpochTopologyQueryTimestamp: Option[Long], startEpochCouldAlterOrderingTopology: Option[Boolean], previousBftTime: Option[Long], previousEpochTopologyQueryTimestamp: Option[Long]) extends GeneratedMessage with Updatable[SequencerActiveAt] with Product with Serializable
- timestamp
Onboarding topology activation timestamp (in microseconds of UTC time since Unix epoch)
- startEpochNumber
An epoch where the onboarding transaction became effective, used as state transfer start epoch
- firstBlockNumberInStartEpoch
Needed to properly set the initial block in the Output module (due to transferring full epochs)
- startEpochTopologyQueryTimestamp
A topology query timestamp for the state transfer start epoch
- startEpochCouldAlterOrderingTopology
Needed for emitting topology ticks consistently
- previousBftTime
BFT time of the last block in the previous epoch (in microseconds of UTC time since Unix epoch)
- previousEpochTopologyQueryTimestamp
A topology query timestamp for an epoch previous to the state transfer start epoch Used for canonical commit set verification
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- SequencerActiveAt
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SequencerActiveAt(timestamp: Long, startEpochNumber: Option[Long], firstBlockNumberInStartEpoch: Option[Long], startEpochTopologyQueryTimestamp: Option[Long], startEpochCouldAlterOrderingTopology: Option[Boolean], previousBftTime: Option[Long], previousEpochTopologyQueryTimestamp: Option[Long])
- timestamp
Onboarding topology activation timestamp (in microseconds of UTC time since Unix epoch)
- startEpochNumber
An epoch where the onboarding transaction became effective, used as state transfer start epoch
- firstBlockNumberInStartEpoch
Needed to properly set the initial block in the Output module (due to transferring full epochs)
- startEpochTopologyQueryTimestamp
A topology query timestamp for the state transfer start epoch
- startEpochCouldAlterOrderingTopology
Needed for emitting topology ticks consistently
- previousBftTime
BFT time of the last block in the previous epoch (in microseconds of UTC time since Unix epoch)
- previousEpochTopologyQueryTimestamp
A topology query timestamp for an epoch previous to the state transfer start epoch Used for canonical commit set verification
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
- def clearFirstBlockNumberInStartEpoch: SequencerActiveAt
- def clearPreviousBftTime: SequencerActiveAt
- def clearPreviousEpochTopologyQueryTimestamp: SequencerActiveAt
- def clearStartEpochCouldAlterOrderingTopology: SequencerActiveAt
- def clearStartEpochNumber: SequencerActiveAt
- def clearStartEpochTopologyQueryTimestamp: SequencerActiveAt
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: SequencerActiveAt.type
- Definition Classes
- SequencerActiveAt → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val firstBlockNumberInStartEpoch: Option[Long]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- SequencerActiveAt → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- SequencerActiveAt → GeneratedMessage
- def getFirstBlockNumberInStartEpoch: Long
- def getPreviousBftTime: Long
- def getPreviousEpochTopologyQueryTimestamp: Long
- def getStartEpochCouldAlterOrderingTopology: Boolean
- def getStartEpochNumber: Long
- def getStartEpochTopologyQueryTimestamp: 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()
- val previousBftTime: Option[Long]
- val previousEpochTopologyQueryTimestamp: Option[Long]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- SequencerActiveAt → GeneratedMessage
- val startEpochCouldAlterOrderingTopology: Option[Boolean]
- val startEpochNumber: Option[Long]
- val startEpochTopologyQueryTimestamp: Option[Long]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timestamp: 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
- SequencerActiveAt → GeneratedMessage
- def update(ms: (Lens[SequencerActiveAt, SequencerActiveAt]) => Mutation[SequencerActiveAt]*): SequencerActiveAt
- 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 withFirstBlockNumberInStartEpoch(__v: Long): SequencerActiveAt
- def withPreviousBftTime(__v: Long): SequencerActiveAt
- def withPreviousEpochTopologyQueryTimestamp(__v: Long): SequencerActiveAt
- def withStartEpochCouldAlterOrderingTopology(__v: Boolean): SequencerActiveAt
- def withStartEpochNumber(__v: Long): SequencerActiveAt
- def withStartEpochTopologyQueryTimestamp(__v: Long): SequencerActiveAt
- def withTimestamp(__v: Long): SequencerActiveAt
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- SequencerActiveAt → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage