Class TimestampConverter
java.lang.Object
org.apache.beam.sdk.io.gcp.bigtable.changestreams.TimestampConverter
Convert between different Timestamp and Instant classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Instant
microsecondToInstant
(long microsecond) static Instant
toJodaTime
(Instant threetenInstant) static long
static Instant
toThreetenInstant
(Instant jodaInstant)
-
Constructor Details
-
TimestampConverter
public TimestampConverter()
-
-
Method Details
-
toThreetenInstant
-
toJodaTime
-
toSeconds
-
microsecondToInstant
-