public static class JodaTimeConversions.TimeMicrosConversion extends Conversion<org.joda.time.LocalTime>
| Constructor and Description | 
|---|
TimeMicrosConversion()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.joda.time.LocalTime | 
fromLong(Long microsFromMidnight,
        Schema schema,
        LogicalType type)  | 
Class<org.joda.time.LocalTime> | 
getConvertedType()
Return the Java class representing the logical type. 
 | 
String | 
getLogicalTypeName()
Return the logical type this class converts. 
 | 
Schema | 
getRecommendedSchema()  | 
adjustAndSetValue, fromArray, fromBoolean, fromBytes, fromCharSequence, fromDouble, fromEnumSymbol, fromFixed, fromFloat, fromInt, fromMap, fromRecord, toArray, toBoolean, toBytes, toCharSequence, toDouble, toEnumSymbol, toFixed, toFloat, toInt, toLong, toMap, toRecordpublic Class<org.joda.time.LocalTime> getConvertedType()
ConversiongetConvertedType in class Conversion<org.joda.time.LocalTime>public String getLogicalTypeName()
ConversiongetLogicalTypeName in class Conversion<org.joda.time.LocalTime>public org.joda.time.LocalTime fromLong(Long microsFromMidnight, Schema schema, LogicalType type)
fromLong in class Conversion<org.joda.time.LocalTime>public Schema getRecommendedSchema()
getRecommendedSchema in class Conversion<org.joda.time.LocalTime>Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.