Packages

object SequencerSnapshot extends GeneratedMessageCompanion[SequencerSnapshot] with StableProtoVersion

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SequencerSnapshot
  2. StableProtoVersion
  3. Alpha
  4. Stable
  5. Status
  6. GeneratedMessageCompanion
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AggregationBySender(sender: String, sequencingTimestamp: Long, signaturesByEnvelope: Seq[SignaturesForEnvelope]) extends GeneratedMessage with Updatable[AggregationBySender] with Product with Serializable

    sequencingTimestamp

    in microseconds of UTC time since Unix epoch

    Annotations
    @SerialVersionUID()
  2. final case class InFlightAggregationWithId(aggregationId: ByteString, aggregationRule: Option[AggregationRule], maxSequencingTime: Long, aggregatedSenders: Seq[AggregationBySender]) extends GeneratedMessage with Updatable[InFlightAggregationWithId] with Product with Serializable

    maxSequencingTime

    in microseconds of UTC time since Unix epoch

    Annotations
    @SerialVersionUID()
  3. final case class MemberPreviousTimestamp(member: String, previousTimestamp: Option[Long]) extends GeneratedMessage with Updatable[MemberPreviousTimestamp] with Product with Serializable

    previousTimestamp

    The value below must be:

    • None if member doesn't have any events in its event stream <= SequencerSnapshot.latest_timestamp
    • Set to the timestamp of the last event in the member's event stream <= SequencerSnapshot.latest_timestamp in microseconds of UTC time since Unix epoch
    Annotations
    @SerialVersionUID()
  4. implicit class SequencerSnapshotLens[UpperPB] extends ObjectLens[UpperPB, SequencerSnapshot]
  5. final case class SignaturesForEnvelope(signatures: Seq[Signature]) extends GeneratedMessage with Updatable[SignaturesForEnvelope] with Product with Serializable
    Annotations
    @SerialVersionUID()
  6. type ValueType = SequencerSnapshot
    Definition Classes
    GeneratedMessageCompanion

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 val ADDITIONAL_FIELD_NUMBER: Int(5)
  5. final val IN_FLIGHT_AGGREGATIONS_FIELD_NUMBER: Int(6)
  6. final val LAST_BLOCK_HEIGHT_FIELD_NUMBER: Int(2)
  7. final val LATEST_TIMESTAMP_FIELD_NUMBER: Int(1)
  8. final val MEMBER_PREVIOUS_TIMESTAMPS_FIELD_NUMBER: Int(9)
  9. final val STATUS_FIELD_NUMBER: Int(4)
  10. final val TRAFFIC_CONSUMED_FIELD_NUMBER: Int(8)
  11. final val TRAFFIC_PURCHASED_FIELD_NUMBER: Int(7)
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  14. lazy val defaultInstance: SequencerSnapshot
    Definition Classes
    SequencerSnapshot → GeneratedMessageCompanion
  15. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  16. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    SequencerSnapshot → GeneratedMessageCompanion
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def fromAscii(s: String): SequencerSnapshot
    Definition Classes
    GeneratedMessageCompanion
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def javaDescriptor: Descriptor
    Definition Classes
    SequencerSnapshot → GeneratedMessageCompanion
  24. def merge(a: SequencerSnapshot, input: CodedInputStream): SequencerSnapshot
    Definition Classes
    GeneratedMessageCompanion
  25. implicit def messageCompanion: GeneratedMessageCompanion[SequencerSnapshot] with StableProtoVersion
  26. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  27. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    SequencerSnapshot → GeneratedMessageCompanion
  28. implicit def messageReads: Reads[SequencerSnapshot]
    Definition Classes
    SequencerSnapshot → GeneratedMessageCompanion
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    SequencerSnapshot → GeneratedMessageCompanion
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. def of(latestTimestamp: Long, lastBlockHeight: Long, status: Option[SequencerPruningStatus], additional: Option[ImplementationSpecificInfo], inFlightAggregations: Seq[InFlightAggregationWithId], trafficPurchased: Seq[TrafficPurchased], trafficConsumed: Seq[TrafficConsumed], memberPreviousTimestamps: Seq[MemberPreviousTimestamp]): SequencerSnapshot
  34. def parseDelimitedFrom(input: InputStream): Option[SequencerSnapshot]
    Definition Classes
    GeneratedMessageCompanion
  35. def parseDelimitedFrom(input: CodedInputStream): Option[SequencerSnapshot]
    Definition Classes
    GeneratedMessageCompanion
  36. def parseFrom(_input__: CodedInputStream): SequencerSnapshot
    Definition Classes
    SequencerSnapshot → GeneratedMessageCompanion
  37. def parseFrom(s: Array[Byte]): SequencerSnapshot
    Definition Classes
    GeneratedMessageCompanion
  38. def parseFrom(input: InputStream): SequencerSnapshot
    Definition Classes
    GeneratedMessageCompanion
  39. def scalaDescriptor: Descriptor
    Definition Classes
    SequencerSnapshot → GeneratedMessageCompanion
  40. def streamFromDelimitedInput(input: InputStream): Stream[SequencerSnapshot]
    Definition Classes
    GeneratedMessageCompanion
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toByteArray(a: SequencerSnapshot): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def validate(s: Array[Byte]): Try[SequencerSnapshot]
    Definition Classes
    GeneratedMessageCompanion
  45. def validateAscii(s: String): Either[TextFormatError, SequencerSnapshot]
    Definition Classes
    GeneratedMessageCompanion
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. object AggregationBySender extends GeneratedMessageCompanion[AggregationBySender]
  50. object InFlightAggregationWithId extends GeneratedMessageCompanion[InFlightAggregationWithId]
  51. object MemberPreviousTimestamp extends GeneratedMessageCompanion[MemberPreviousTimestamp]
  52. object SignaturesForEnvelope extends GeneratedMessageCompanion[SignaturesForEnvelope]

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 StableProtoVersion

Inherited from Alpha

Inherited from Stable

Inherited from Status

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped