B C D T 
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 interface com.exasol.telemetry.TelemetryClient
Stop the client, send all remaining queued telemetry messages and release any resources that it owns.
com.exasol.telemetry - package com.exasol.telemetry
 
create(TelemetryConfig) - Static method in interface com.exasol.telemetry.TelemetryClient
Create a telemetry client for the provided configuration.

D

disableTracking() - Method in class com.exasol.telemetry.TelemetryConfig.Builder
Disable telemetry collection and delivery explicitly in host configuration.

T

TelemetryClient - Interface 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 TelemetryConfig instances with optional overrides for transport and retry settings.
track(String) - Method in interface com.exasol.telemetry.TelemetryClient
Queue a feature usage event for asynchronous delivery.
B C D T 
All Classes All Packages