Uses of Class
com.databricks.jdbc.telemetry.latency.TelemetryCollector
-
Packages that use TelemetryCollector Package Description com.databricks.jdbc.telemetry.latency -
-
Uses of TelemetryCollector in com.databricks.jdbc.telemetry.latency
Methods in com.databricks.jdbc.telemetry.latency that return TelemetryCollector Modifier and Type Method Description TelemetryCollectorTelemetryCollectorManager. getCollectorSafely(Supplier<IDatabricksConnectionContext> connectionContextSupplier)Safely gets a TelemetryCollector from connection context, catching and ignoring any errors.TelemetryCollectorTelemetryCollectorManager. getOrCreateCollector(IDatabricksConnectionContext context)Gets or creates a TelemetryCollector for the given connection context.TelemetryCollectorTelemetryCollectorManager. removeCollector(IDatabricksConnectionContext context)Removes and returns the TelemetryCollector for the given connection context.TelemetryCollectorTelemetryCollectorManager. removeCollector(String connectionUuid)Removes and returns the TelemetryCollector for the given connection.
-