| Interface | Description |
|---|---|
| Function<A,B> |
Used to specify matching functions for use encoding tagged unions (i.e.
|
| NonThrowingCloseable | Deprecated
Scope is a better match for operations involving the current context. |
| Scope |
A
Closeable that represents a change to the current context over a scope of code. |
| 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. |
| OpenCensusLibraryInformation |
Class holder for all common constants (such as the version) for the OpenCensus Java library.
|
| Timestamp |
A representation of an instant in time.
|
| Annotation Type | Description |
|---|---|
| ExperimentalApi |
Indicates a public API that can change at any time, and has no guarantee of API stability and
backward-compatibility.
|
| 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.
|