Class ComparisonTelemetryProvider
java.lang.Object
com._1c.g5.v8.dt.internal.compare.telemetry.ComparisonTelemetryProvider
- All Implemented Interfaces:
ITelemetryProvider
,IManagedService
public class ComparisonTelemetryProvider
extends Object
implements ITelemetryProvider, IManagedService
ITelemetryManager
comparison-specific implementation that allows to access available telemetry
information of comparison processes-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
activate()
void
Requests recorded telemetry dump from the provider
-
Constructor Details
-
ComparisonTelemetryProvider
-
-
Method Details
-
activate
public void activate()- Specified by:
activate
in interfaceIManagedService
-
deactivate
public void deactivate()- Specified by:
deactivate
in interfaceIManagedService
-
dumpTelemetry
Description copied from interface:ITelemetryProvider
Requests recorded telemetry dump from the provider- Specified by:
dumpTelemetry
in interfaceITelemetryProvider
- Returns:
- The unified dump in form of
ITelemetryDump
. May not benull
-