Packages

final case class SequencerSnapshot(latestTimestamp: Option[Timestamp], headMemberCounters: Seq[MemberCounter], status: Option[SequencerPruningStatus], additional: Option[ImplementationSpecificInfo], inFlightAggregations: Seq[InFlightAggregationWithId], trafficSnapshots: Seq[MemberTrafficSnapshot]) extends GeneratedMessage with Updatable[SequencerSnapshot] with Product with Serializable

headMemberCounters

Changed from map<string, int64> in v0 to explicit repeated so that we control the order of the entries

inFlightAggregations

New in v1

trafficSnapshots

New in v1

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: Option[Timestamp], headMemberCounters: Seq[MemberCounter], status: Option[SequencerPruningStatus], additional: Option[ImplementationSpecificInfo], inFlightAggregations: Seq[InFlightAggregationWithId], trafficSnapshots: Seq[MemberTrafficSnapshot])

    headMemberCounters

    Changed from map<string, int64> in v0 to explicit repeated so that we control the order of the entries

    inFlightAggregations

    New in v1

    trafficSnapshots

    New in v1

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 addAllHeadMemberCounters(__vs: Iterable[MemberCounter]): SequencerSnapshot
  5. def addAllInFlightAggregations(__vs: Iterable[InFlightAggregationWithId]): SequencerSnapshot
  6. def addAllTrafficSnapshots(__vs: Iterable[MemberTrafficSnapshot]): SequencerSnapshot
  7. def addHeadMemberCounters(__vs: MemberCounter*): SequencerSnapshot
  8. def addInFlightAggregations(__vs: InFlightAggregationWithId*): SequencerSnapshot
  9. def addTrafficSnapshots(__vs: MemberTrafficSnapshot*): SequencerSnapshot
  10. val additional: Option[ImplementationSpecificInfo]
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clearAdditional: SequencerSnapshot
  13. def clearHeadMemberCounters: SequencerSnapshot
  14. def clearInFlightAggregations: SequencerSnapshot
  15. def clearLatestTimestamp: SequencerSnapshot
  16. def clearStatus: SequencerSnapshot
  17. def clearTrafficSnapshots: SequencerSnapshot
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  19. def companion: SequencerSnapshot.type
    Definition Classes
    SequencerSnapshot → GeneratedMessage
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def getAdditional: ImplementationSpecificInfo
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    SequencerSnapshot → GeneratedMessage
  24. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    SequencerSnapshot → GeneratedMessage
  25. def getLatestTimestamp: Timestamp
  26. def getStatus: SequencerPruningStatus
  27. val headMemberCounters: Seq[MemberCounter]
  28. val inFlightAggregations: Seq[InFlightAggregationWithId]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val latestTimestamp: Option[Timestamp]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. def serializedSize: Int
    Definition Classes
    SequencerSnapshot → GeneratedMessage
  36. val status: Option[SequencerPruningStatus]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  39. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  40. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  41. def toProtoString: String
    Definition Classes
    SequencerSnapshot → GeneratedMessage
  42. val trafficSnapshots: Seq[MemberTrafficSnapshot]
  43. def update(ms: (Lens[SequencerSnapshot, SequencerSnapshot]) => Mutation[SequencerSnapshot]*): SequencerSnapshot
    Definition Classes
    Updatable
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. def withAdditional(__v: ImplementationSpecificInfo): SequencerSnapshot
  48. def withHeadMemberCounters(__v: Seq[MemberCounter]): SequencerSnapshot
  49. def withInFlightAggregations(__v: Seq[InFlightAggregationWithId]): SequencerSnapshot
  50. def withLatestTimestamp(__v: Timestamp): SequencerSnapshot
  51. def withStatus(__v: SequencerPruningStatus): SequencerSnapshot
  52. def withTrafficSnapshots(__v: Seq[MemberTrafficSnapshot]): SequencerSnapshot
  53. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  54. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    SequencerSnapshot → GeneratedMessage
  55. 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
    Deprecated

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped