Class TimestampOffset$


  • public class TimestampOffset$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static TimestampOffset$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TimestampOffset apply​(java.time.Instant timestamp, java.time.Instant readTimestamp, scala.collection.immutable.Map<java.lang.String,​java.lang.Object> seen)  
      TimestampOffset apply​(java.time.Instant timestamp, scala.collection.immutable.Map<java.lang.String,​java.lang.Object> seen)  
      TimestampOffset toTimestampOffset​(Offset offset)
      Try to convert the Offset to a TimestampOffset.
      scala.Option<scala.Tuple3<java.time.Instant,​java.time.Instant,​scala.collection.immutable.Map<java.lang.String,​java.lang.Object>>> unapply​(TimestampOffset timestampOffset)  
      TimestampOffset Zero()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final TimestampOffset$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • TimestampOffset$

        public TimestampOffset$()
    • Method Detail

      • apply

        public TimestampOffset apply​(java.time.Instant timestamp,
                                     scala.collection.immutable.Map<java.lang.String,​java.lang.Object> seen)
      • apply

        public TimestampOffset apply​(java.time.Instant timestamp,
                                     java.time.Instant readTimestamp,
                                     scala.collection.immutable.Map<java.lang.String,​java.lang.Object> seen)
      • toTimestampOffset

        public TimestampOffset toTimestampOffset​(Offset offset)
        Try to convert the Offset to a TimestampOffset. Epoch timestamp is used for NoOffset.
      • unapply

        public scala.Option<scala.Tuple3<java.time.Instant,​java.time.Instant,​scala.collection.immutable.Map<java.lang.String,​java.lang.Object>>> unapply​(TimestampOffset timestampOffset)