Uses of Interface
com._1c.g5.v8.dt.telemetry.ITelemetryDump
-
Packages that use ITelemetryDump Package Description com._1c.g5.v8.dt.telemetry -
-
Uses of ITelemetryDump in com._1c.g5.v8.dt.telemetry
Classes in com._1c.g5.v8.dt.telemetry that implement ITelemetryDump Modifier and Type Class Description classCompositeTelemetryDumpThis dump contains nested dumps and performs ordering of their records while being processed to provide planar repesentation of their records being sorted by record timestampsclassIterableConvertingTelemetryDump<T>Standard implementation of the telemetry dump that coverts planar iterable of generic timestamped records into the 's.
Can be used for planar telemetry records of any type being convertable to theTelemetryRecord.
Doesn't affect content of the provided iterableMethods in com._1c.g5.v8.dt.telemetry that return ITelemetryDump Modifier and Type Method Description ITelemetryDumpITelemetryProvider. dumpTelemetry()Requests recorded telemetry dump from the providerMethods in com._1c.g5.v8.dt.telemetry with parameters of type ITelemetryDump Modifier and Type Method Description voidCompositeTelemetryDump. addNestedDump(ITelemetryDump nestedDump)Add nested dump to this dump
-