Uses of Class
com.clickhouse.client.api.metrics.OperationMetrics
Packages that use OperationMetrics
Package
Description
-
Uses of OperationMetrics in com.clickhouse.client.api.command
Methods in com.clickhouse.client.api.command that return OperationMetricsModifier and TypeMethodDescriptionCommandResponse.getMetrics()Returns the metrics of this operation. -
Uses of OperationMetrics in com.clickhouse.client.api.data_formats.internal
Methods in com.clickhouse.client.api.data_formats.internal with parameters of type OperationMetricsModifier and TypeMethodDescriptionstatic voidProcessParser.parseSummary(String text, OperationMetrics metrics) -
Uses of OperationMetrics in com.clickhouse.client.api.insert
Methods in com.clickhouse.client.api.insert that return OperationMetricsModifier and TypeMethodDescriptionInsertResponse.getMetrics()Returns the metrics of this operation.Constructors in com.clickhouse.client.api.insert with parameters of type OperationMetrics -
Uses of OperationMetrics in com.clickhouse.client.api.internal
Methods in com.clickhouse.client.api.internal with parameters of type OperationMetricsModifier and TypeMethodDescriptionstatic voidClientV1AdaptorHelper.setServerStats(ClickHouseResponseSummary.Progress progress, OperationMetrics metrics) -
Uses of OperationMetrics in com.clickhouse.client.api.query
Methods in com.clickhouse.client.api.query that return OperationMetricsModifier and TypeMethodDescriptionQueryResponse.getMetrics()Returns the metrics of this operation.Records.getMetrics()Returns the metrics of this operation.Constructors in com.clickhouse.client.api.query with parameters of type OperationMetricsModifierConstructorDescriptionQueryResponse(org.apache.hc.core5.http.ClassicHttpResponse response, com.clickhouse.data.ClickHouseFormat format, QuerySettings settings, OperationMetrics operationMetrics)