object TimestampOffset
- Source
- Offset.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimestampOffset
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val Zero: TimestampOffset
- def apply(timestamp: Instant, readTimestamp: Instant, seen: Map[String, Long]): TimestampOffset
- def apply(timestamp: Instant, seen: Map[String, Long]): TimestampOffset
- def toTimestampOffset(offset: Offset): TimestampOffset
Try to convert the Offset to a TimestampOffset.
Try to convert the Offset to a TimestampOffset. Epoch timestamp is used for
NoOffset
. - def unapply(timestampOffset: TimestampOffset): [(, Instant, Map[String, Long])]