| Interface | Description |
|---|---|
| Function<A,B> |
Used to specify matching functions for use encoding tagged unions (i.e.
|
| NonThrowingCloseable |
An
Closeable which cannot throw a checked exception. |
| Class | Description |
|---|---|
| Clock |
Interface for getting the current time.
|
| Duration |
Represents a signed, fixed-length span of time represented as a count of seconds and fractions of
seconds at nanosecond resolution.
|
| Functions |
Commonly used
Function instances. |
| Timestamp |
A representation of an instant in time.
|
| Annotation Type | Description |
|---|---|
| Internal |
Annotates a program element (class, method, package etc) which is internal to OpenCensus, not
part of the public API, and should not be used by users of the OpenCensus library.
|