public class NanoTime extends Primitive
Constructor and Description |
---|
NanoTime(int julianDay,
long timeOfDayNanos) |
Modifier and Type | Method and Description |
---|---|
static NanoTime |
fromBinary(Binary bytes) |
static NanoTime |
fromInt96(Int96Value int96) |
int |
getJulianDay() |
long |
getTimeOfDayNanos() |
Binary |
toBinary() |
Int96Value |
toInt96() |
String |
toString() |
void |
writeValue(RecordConsumer recordConsumer) |
getBinary, getBoolean, getDouble, getFloat, getInt96, getInteger, getLong, getString
public static NanoTime fromInt96(Int96Value int96)
public int getJulianDay()
public long getTimeOfDayNanos()
public Binary toBinary()
public Int96Value toInt96()
public void writeValue(RecordConsumer recordConsumer)
writeValue
in class Primitive
Copyright © 2015. All rights reserved.