Packages

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()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SequencerActiveAt
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearFirstBlockNumberInStartEpoch: SequencerActiveAt
  6. def clearPreviousBftTime: SequencerActiveAt
  7. def clearPreviousEpochTopologyQueryTimestamp: SequencerActiveAt
  8. def clearStartEpochCouldAlterOrderingTopology: SequencerActiveAt
  9. def clearStartEpochNumber: SequencerActiveAt
  10. def clearStartEpochTopologyQueryTimestamp: SequencerActiveAt
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. def companion: SequencerActiveAt.type
    Definition Classes
    SequencerActiveAt → GeneratedMessage
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val firstBlockNumberInStartEpoch: Option[Long]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    SequencerActiveAt → GeneratedMessage
  17. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    SequencerActiveAt → GeneratedMessage
  18. def getFirstBlockNumberInStartEpoch: Long
  19. def getPreviousBftTime: Long
  20. def getPreviousEpochTopologyQueryTimestamp: Long
  21. def getStartEpochCouldAlterOrderingTopology: Boolean
  22. def getStartEpochNumber: Long
  23. def getStartEpochTopologyQueryTimestamp: Long
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. val previousBftTime: Option[Long]
  29. val previousEpochTopologyQueryTimestamp: Option[Long]
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. def serializedSize: Int
    Definition Classes
    SequencerActiveAt → GeneratedMessage
  32. val startEpochCouldAlterOrderingTopology: Option[Boolean]
  33. val startEpochNumber: Option[Long]
  34. val startEpochTopologyQueryTimestamp: Option[Long]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. val timestamp: Long
  37. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  38. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  39. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  40. def toProtoString: String
    Definition Classes
    SequencerActiveAt → GeneratedMessage
  41. def update(ms: (Lens[SequencerActiveAt, SequencerActiveAt]) => Mutation[SequencerActiveAt]*): SequencerActiveAt
    Definition Classes
    Updatable
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. def withFirstBlockNumberInStartEpoch(__v: Long): SequencerActiveAt
  46. def withPreviousBftTime(__v: Long): SequencerActiveAt
  47. def withPreviousEpochTopologyQueryTimestamp(__v: Long): SequencerActiveAt
  48. def withStartEpochCouldAlterOrderingTopology(__v: Boolean): SequencerActiveAt
  49. def withStartEpochNumber(__v: Long): SequencerActiveAt
  50. def withStartEpochTopologyQueryTimestamp(__v: Long): SequencerActiveAt
  51. def withTimestamp(__v: Long): SequencerActiveAt
  52. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  53. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    SequencerActiveAt → GeneratedMessage
  54. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped