Class NoopTelemetryClient

java.lang.Object
com.databricks.jdbc.telemetry.NoopTelemetryClient
All Implemented Interfaces:
ITelemetryClient

public class NoopTelemetryClient extends Object implements ITelemetryClient
  • Constructor Details

    • NoopTelemetryClient

      public NoopTelemetryClient()
  • Method Details

    • getInstance

      public static NoopTelemetryClient getInstance()
    • exportEvent

      public void exportEvent(TelemetryFrontendLog event)
      Description copied from interface: ITelemetryClient
      Exports a telemetry event to the backend service.
      Specified by:
      exportEvent in interface ITelemetryClient
      Parameters:
      event - The telemetry event to be exported.
    • close

      public void close()
      Description copied from interface: ITelemetryClient
      Closes the telemetry client, releasing any resources it holds. This method should be called on closure of connection or JVM shutdown.
      Specified by:
      close in interface ITelemetryClient