See: Description
| 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. |
| ToDoubleFunction<T> |
Represents a function that produces a double-valued result.
|
| ToLongFunction<T> |
Represents a function that produces a long-valued result.
|
| 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.
|
| ServerStats |
A representation of stats measured on the server side.
|
| ServerStatsEncoding |
A service class to encode/decode
ServerStats as defined by the spec. |
| ServerStatsFieldEnums |
A Enum representation for Ids and Size for attributes of
ServerStats. |
| Timestamp |
A representation of an instant in time.
|
| Enum | Description |
|---|---|
| ServerStatsFieldEnums.Id |
Available Ids for
ServerStats attributes. |
| ServerStatsFieldEnums.Size |
Size for each attributes in
ServerStats. |
| Exception | Description |
|---|---|
| ServerStatsDeserializationException |
Exception thrown when a
ServerStats cannot be parsed. |
| 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.
|