B C T
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- build() - Method in class com.exasol.telemetry.TelemetryConfig.Builder
-
Build a validated telemetry configuration instance.
- builder(String, String) - Static method in class com.exasol.telemetry.TelemetryConfig
-
Creates a builder for a telemetry configuration bound to the given project tag and product version.
C
- close() - Method in class com.exasol.telemetry.TelemetryClient
-
Stop the sender thread and wait for any queued events to be flushed before returning.
- com.exasol.telemetry - package com.exasol.telemetry
- create(TelemetryConfig) - Static method in class com.exasol.telemetry.TelemetryClient
-
Create a telemetry client for the provided configuration.
T
- TelemetryClient - Class in com.exasol.telemetry
-
Tracks feature usage events and delivers them asynchronously to the configured telemetry endpoint.
- TelemetryConfig - Class in com.exasol.telemetry
-
Stores the runtime settings that control telemetry delivery, retry behavior, and environment-based overrides.
- TelemetryConfig.Builder - Class in com.exasol.telemetry
-
Builds validated
TelemetryConfiginstances with optional overrides for transport and retry settings. - track(String) - Method in class com.exasol.telemetry.TelemetryClient
-
Queue a feature usage event for asynchronous delivery.
All Classes All Packages