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], leaderSelectionPolicyState: Option[ByteString]) 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

leaderSelectionPolicyState

Leader Selection Policy State at the start of epoch_number

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], leaderSelectionPolicyState: Option[ByteString])

    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

    leaderSelectionPolicyState

    Leader Selection Policy State at the start of epoch_number

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