Packages

final case class SequencerSnapshot(latestTimestamp: Long, lastBlockHeight: Long, status: Option[SequencerPruningStatus], additional: Option[ImplementationSpecificInfo], inFlightAggregations: Seq[InFlightAggregationWithId], trafficPurchased: Seq[TrafficPurchased], trafficConsumed: Seq[TrafficConsumed], memberPreviousTimestamps: Seq[MemberPreviousTimestamp]) extends GeneratedMessage with Updatable[SequencerSnapshot] with Product with Serializable

latestTimestamp

in microseconds of UTC time since Unix epoch

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SequencerSnapshot
  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 SequencerSnapshot(latestTimestamp: Long, lastBlockHeight: Long, status: Option[SequencerPruningStatus], additional: Option[ImplementationSpecificInfo], inFlightAggregations: Seq[InFlightAggregationWithId], trafficPurchased: Seq[TrafficPurchased], trafficConsumed: Seq[TrafficConsumed], memberPreviousTimestamps: Seq[MemberPreviousTimestamp])

    latestTimestamp

    in microseconds of UTC time since Unix epoch

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. def addAllInFlightAggregations(__vs: Iterable[InFlightAggregationWithId]): SequencerSnapshot
  5. def addAllMemberPreviousTimestamps(__vs: Iterable[MemberPreviousTimestamp]): SequencerSnapshot
  6. def addAllTrafficConsumed(__vs: Iterable[TrafficConsumed]): SequencerSnapshot
  7. def addAllTrafficPurchased(__vs: Iterable[TrafficPurchased]): SequencerSnapshot
  8. def addInFlightAggregations(__vs: InFlightAggregationWithId*): SequencerSnapshot
  9. def addMemberPreviousTimestamps(__vs: MemberPreviousTimestamp*): SequencerSnapshot
  10. def addTrafficConsumed(__vs: TrafficConsumed*): SequencerSnapshot
  11. def addTrafficPurchased(__vs: TrafficPurchased*): SequencerSnapshot
  12. val additional: Option[ImplementationSpecificInfo]
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clearAdditional: SequencerSnapshot
  15. def clearInFlightAggregations: SequencerSnapshot
  16. def clearMemberPreviousTimestamps: SequencerSnapshot
  17. def clearStatus: SequencerSnapshot
  18. def clearTrafficConsumed: SequencerSnapshot
  19. def clearTrafficPurchased: SequencerSnapshot
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  21. def companion: SequencerSnapshot.type
    Definition Classes
    SequencerSnapshot → GeneratedMessage
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def getAdditional: ImplementationSpecificInfo
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    SequencerSnapshot → GeneratedMessage
  26. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    SequencerSnapshot → GeneratedMessage
  27. def getStatus: SequencerPruningStatus
  28. val inFlightAggregations: Seq[InFlightAggregationWithId]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val lastBlockHeight: Long
  31. val latestTimestamp: Long
  32. val memberPreviousTimestamps: Seq[MemberPreviousTimestamp]
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. def productElementNames: Iterator[String]
    Definition Classes
    Product
  37. def serializedSize: Int
    Definition Classes
    SequencerSnapshot → GeneratedMessage
  38. val status: Option[SequencerPruningStatus]
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  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
    SequencerSnapshot → GeneratedMessage
  44. val trafficConsumed: Seq[TrafficConsumed]
  45. val trafficPurchased: Seq[TrafficPurchased]
  46. def update(ms: (Lens[SequencerSnapshot, SequencerSnapshot]) => Mutation[SequencerSnapshot]*): SequencerSnapshot
    Definition Classes
    Updatable
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. def withAdditional(__v: ImplementationSpecificInfo): SequencerSnapshot
  51. def withInFlightAggregations(__v: Seq[InFlightAggregationWithId]): SequencerSnapshot
  52. def withLastBlockHeight(__v: Long): SequencerSnapshot
  53. def withLatestTimestamp(__v: Long): SequencerSnapshot
  54. def withMemberPreviousTimestamps(__v: Seq[MemberPreviousTimestamp]): SequencerSnapshot
  55. def withStatus(__v: SequencerPruningStatus): SequencerSnapshot
  56. def withTrafficConsumed(__v: Seq[TrafficConsumed]): SequencerSnapshot
  57. def withTrafficPurchased(__v: Seq[TrafficPurchased]): SequencerSnapshot
  58. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  59. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    SequencerSnapshot → GeneratedMessage
  60. 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