Class Time

  • All Implemented Interfaces:
    java.io.Serializable, Schema.LogicalType<java.time.LocalTime,​java.lang.Long>

    public class Time
    extends java.lang.Object
    implements Schema.LogicalType<java.time.LocalTime,​java.lang.Long>
    A time without a time-zone.

    It cannot represent an instant on the time-line without additional information such as an offset or time-zone.

    Its input type is a LocalTime, and base type is a Long that represents a count of time in nanoseconds.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String IDENTIFIER  
    • Constructor Summary

      Constructors 
      Constructor Description
      Time()