| Conversions |
Temporal conversion constants.
|
| Date |
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 Connect Schema for date values
with no time or timezone information.
|
| Interval |
A utility representing a duration into a string value formatted using ISO string format.
|
| MicroDuration |
A utility representing a duration into a corresponding INT64
number of microsecond, and for defining a Kafka Connect Schema for duration values.
|
| MicroTime |
A utility for converting various Java time representations into the INT64 number of
microseconds since midnight, and for defining a Kafka Connect Schema for time values with no date or timezone
information.
|
| MicroTimestamp |
A utility for converting various Java time representations into the signed INT64 number of
microseconds past epoch, and for defining a Kafka Connect Schema for timestamp values with no timezone
information.
|
| NanoDuration |
A utility representing a duration into a corresponding INT64
number of nanosecond, and for defining a Kafka Connect Schema for duration values.
|
| NanoTime |
A utility for converting various Java time representations into the INT64 number of
nanoseconds since midnight, and for defining a Kafka Connect Schema for time values with no date or timezone
information.
|
| NanoTimestamp |
A utility for converting various Java time representations into the signed INT64 number of
nanoseconds past epoch, and for defining a Kafka Connect Schema for timestamp values with no timezone
information.
|
| Temporals |
Misc.
|
| Time |
A utility for converting various Java time representations into the INT32 number of
milliseconds since midnight, and for defining a Kafka Connect Schema for time values with no date or timezone
information.
|
| Timestamp |
A utility for converting various Java time representations into the signed INT64 number of
milliseconds past epoch, and for defining a Kafka Connect Schema for timestamp values with no timezone
information.
|
| Year |
A utility for defining a Kafka Connect Schema that represents year values.
|
| ZonedTime |
A utility for converting various Java time representations into the STRING representation of
the time in a particular time zone, and for defining a Kafka Connect Schema for zoned time values.
|
| ZonedTimestamp |
A utility for converting various Java time representations into the STRING representation of
the time and date in a particular time zone, and for defining a Kafka Connect Schema for zoned timestamp values.
|