@Immutable public final class TimestampConverter extends Object
nanoTime values to
Timestamp.| Modifier and Type | Method and Description |
|---|---|
io.opencensus.common.Timestamp |
convertNanoTime(long nanoTime)
Converts a
nanoTime value to Timestamp. |
static TimestampConverter |
now(io.opencensus.common.Clock clock) |
public static TimestampConverter now(io.opencensus.common.Clock clock)
public io.opencensus.common.Timestamp convertNanoTime(long nanoTime)
nanoTime value to Timestamp.nanoTime - value to convert.Timestamp representation of the time.