Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.SlowLogPattern
-
Packages that use SlowLogPattern Package Description com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of SlowLogPattern in com.tencentcloudapi.mongodb.v20190725.models
Methods in com.tencentcloudapi.mongodb.v20190725.models that return SlowLogPattern Modifier and Type Method Description SlowLogPattern[]
DescribeSlowLogPatternsResponse. getSlowLogPatterns()
Get 慢日志统计信息Methods in com.tencentcloudapi.mongodb.v20190725.models with parameters of type SlowLogPattern Modifier and Type Method Description void
DescribeSlowLogPatternsResponse. setSlowLogPatterns(SlowLogPattern[] SlowLogPatterns)
Set 慢日志统计信息Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type SlowLogPattern Constructor Description SlowLogPattern(SlowLogPattern 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.
-