Uses of Class
com.tencentcloudapi.postgres.v20170312.models.DescribeSlowQueryAnalysisResponse
-
Packages that use DescribeSlowQueryAnalysisResponse Package Description com.tencentcloudapi.postgres.v20170312 com.tencentcloudapi.postgres.v20170312.models -
-
Uses of DescribeSlowQueryAnalysisResponse in com.tencentcloudapi.postgres.v20170312
Methods in com.tencentcloudapi.postgres.v20170312 that return DescribeSlowQueryAnalysisResponse Modifier and Type Method Description DescribeSlowQueryAnalysisResponse
PostgresClient. DescribeSlowQueryAnalysis(DescribeSlowQueryAnalysisRequest req)
此接口(DescribeSlowQueryAnalysis)用于统计指定时间范围内的所有慢查询,根据SQL语句抽象参数后,进行聚合分析,并返回同类SQL列表。 -
Uses of DescribeSlowQueryAnalysisResponse in com.tencentcloudapi.postgres.v20170312.models
Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type DescribeSlowQueryAnalysisResponse Constructor Description DescribeSlowQueryAnalysisResponse(DescribeSlowQueryAnalysisResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-