Package io.debezium.time
package io.debezium.time
-
ClassesClassDescriptionTemporal conversion constants.A utility for converting various Java temporal object representations into the signed
INT32
number of days since January 1, 1970, at 00:00:00UTC, and for defining a Kafka ConnectSchema
for date values with no time or timezone information.A utility representing a duration into a string value formatted using ISO string format.A utility representing a duration into a correspondingINT64
number of microsecond, and for defining a Kafka ConnectSchema
for duration values.A utility for converting various Java time representations into theINT64
number of microseconds since midnight, and for defining a Kafka ConnectSchema
for time values with no date or timezone information.A utility for converting various Java time representations into the signedINT64
number of microseconds past epoch, and for defining a Kafka ConnectSchema
for timestamp values with no timezone information.A utility representing a duration into a correspondingINT64
number of nanosecond, and for defining a Kafka ConnectSchema
for duration values.A utility for converting various Java time representations into theINT64
number of nanoseconds since midnight, and for defining a Kafka ConnectSchema
for time values with no date or timezone information.A utility for converting various Java time representations into the signedINT64
number of nanoseconds past epoch, and for defining a Kafka ConnectSchema
for timestamp values with no timezone information.Misc.A utility for converting various Java time representations into theINT32
number of milliseconds since midnight, and for defining a Kafka ConnectSchema
for time values with no date or timezone information.A utility for converting various Java time representations into the signedINT64
number of milliseconds past epoch, and for defining a Kafka ConnectSchema
for timestamp values with no timezone information.A utility for defining a Kafka ConnectSchema
that represents year values.A utility for converting various Java time representations into theSTRING
representation of the time in a particular time zone, and for defining a Kafka ConnectSchema
for zoned time values.A utility for converting various Java time representations into theSTRING
representation of the time and date in a particular time zone, and for defining a Kafka ConnectSchema
for zoned timestamp values.