Interface | Description |
---|---|
TimeStampFactory<T extends TimeStamp> |
Class | Description |
---|---|
Time | |
TimeStamp | |
TimeStampPosixMicrosInt64 |
A TimeStamp implementation that stores the number of microseconds since the
epoch (1970-01-01 00:00:00 UTC) as a long.
|
TimeStampPosixMillisInt64 |
A TimeStamp implementation that stores the number of milliseconds since the
epoch (1970-01-01 00:00:00 UTC) as a long.
|
TimeStampPosixSecondsFloat64 |
A TimeStamp implementation that stores the number of seconds since the
epoch (1970-01-01 00:00:00 UTC) as a double.
|
Copyright © 2016 Metron, Inc.. All rights reserved.