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()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SequencerSnapshot
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllInFlightAggregations(__vs: Iterable[InFlightAggregationWithId]): SequencerSnapshot
- def addAllMemberPreviousTimestamps(__vs: Iterable[MemberPreviousTimestamp]): SequencerSnapshot
- def addAllTrafficConsumed(__vs: Iterable[TrafficConsumed]): SequencerSnapshot
- def addAllTrafficPurchased(__vs: Iterable[TrafficPurchased]): SequencerSnapshot
- def addInFlightAggregations(__vs: InFlightAggregationWithId*): SequencerSnapshot
- def addMemberPreviousTimestamps(__vs: MemberPreviousTimestamp*): SequencerSnapshot
- def addTrafficConsumed(__vs: TrafficConsumed*): SequencerSnapshot
- def addTrafficPurchased(__vs: TrafficPurchased*): SequencerSnapshot
- val additional: Option[ImplementationSpecificInfo]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAdditional: SequencerSnapshot
- def clearInFlightAggregations: SequencerSnapshot
- def clearMemberPreviousTimestamps: SequencerSnapshot
- def clearStatus: SequencerSnapshot
- def clearTrafficConsumed: SequencerSnapshot
- def clearTrafficPurchased: SequencerSnapshot
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: SequencerSnapshot.type
- Definition Classes
- SequencerSnapshot → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getAdditional: ImplementationSpecificInfo
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- SequencerSnapshot → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- SequencerSnapshot → GeneratedMessage
- def getStatus: SequencerPruningStatus
- val inFlightAggregations: Seq[InFlightAggregationWithId]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lastBlockHeight: Long
- val latestTimestamp: Long
- val memberPreviousTimestamps: Seq[MemberPreviousTimestamp]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- SequencerSnapshot → GeneratedMessage
- val status: Option[SequencerPruningStatus]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- SequencerSnapshot → GeneratedMessage
- val trafficConsumed: Seq[TrafficConsumed]
- val trafficPurchased: Seq[TrafficPurchased]
- def update(ms: (Lens[SequencerSnapshot, SequencerSnapshot]) => Mutation[SequencerSnapshot]*): SequencerSnapshot
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withAdditional(__v: ImplementationSpecificInfo): SequencerSnapshot
- def withInFlightAggregations(__v: Seq[InFlightAggregationWithId]): SequencerSnapshot
- def withLastBlockHeight(__v: Long): SequencerSnapshot
- def withLatestTimestamp(__v: Long): SequencerSnapshot
- def withMemberPreviousTimestamps(__v: Seq[MemberPreviousTimestamp]): SequencerSnapshot
- def withStatus(__v: SequencerPruningStatus): SequencerSnapshot
- def withTrafficConsumed(__v: Seq[TrafficConsumed]): SequencerSnapshot
- def withTrafficPurchased(__v: Seq[TrafficPurchased]): SequencerSnapshot
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- SequencerSnapshot → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage