KueryClientObservationDocumentation

ObservationDocumentation for the observations recorded by KueryClient and KueryBlockingClient.

Entries

Link copied to clipboard

The observation recorded for each fetch (i.e. each terminal operation of a FetchSpec), named kuery.client.fetches by default.

Properties

Link copied to clipboard
open val contextualName: @Nullable String?
Link copied to clipboard
open val defaultConvention: @Nullable Class<out ObservationConvention<out Observation.Context?>?>?
Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
open val events: Array<out Observation.Event?>?
Link copied to clipboard
open val highCardinalityKeyNames: Array<out KeyName?>?
Link copied to clipboard
open val lowCardinalityKeyNames: Array<out KeyName?>?
Link copied to clipboard
open val name: @Nullable String?
Link copied to clipboard
Link copied to clipboard
open val prefix: String?

Functions

Link copied to clipboard
open fun observation(registry: ObservationRegistry?): Observation?
open fun observation(registry: ObservationRegistry?, contextSupplier: Supplier<Observation.Context?>?): Observation?
open fun <T : Observation.Context?> observation(customConvention: @Nullable ObservationConvention<T?>?, defaultConvention: ObservationConvention<T?>?, contextSupplier: Supplier<T?>?, registry: ObservationRegistry?): Observation?
Link copied to clipboard
open fun start(registry: ObservationRegistry?): Observation?
open fun start(registry: ObservationRegistry?, contextSupplier: Supplier<Observation.Context?>?): Observation?
open fun <T : Observation.Context?> start(customConvention: @Nullable ObservationConvention<T?>?, defaultConvention: ObservationConvention<T?>?, contextSupplier: Supplier<T?>?, registry: ObservationRegistry?): Observation?
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.