An interface for getting the current value of a high-resolution time source, in nanoseconds.
Clocks other than NanoClock are typically used only for testing.
This interface is required in addition to Java 8's Clock, because nanoTime is required to
compare values with io.grpc.CallOptions.getDeadlineNanoTime().
Methods
millisTime()
publicabstractlongmillisTime()
Returns the current value of this clock's high-resolution time source, in milliseconds.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version of the `ApiClock` is 2.46.1, with this document specifically detailing version 2.44.0, and other available versions ranging down to 2.1.2, all accessible via their respective links."],["`ApiClock` is an interface designed to retrieve high-resolution time values from a time source, in nanoseconds, primarily for testing purposes beyond `NanoClock`."],["The `ApiClock` interface provides two primary methods: `millisTime()`, which returns the current time in milliseconds, and `nanoTime()`, which returns the current time in nanoseconds, both returning a long data type."],["This `ApiClock` interface was made for using nanoTime to compare values with `io.grpc.CallOptions.getDeadlineNanoTime()`, and is required in addition to the clock provided in Java 8."]]],[]]