Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.DescribeCurrentOpRequest
-
Packages that use DescribeCurrentOpRequest Package Description com.tencentcloudapi.mongodb.v20190725 com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of DescribeCurrentOpRequest in com.tencentcloudapi.mongodb.v20190725
Methods in com.tencentcloudapi.mongodb.v20190725 with parameters of type DescribeCurrentOpRequest Modifier and Type Method Description DescribeCurrentOpResponse
MongodbClient. DescribeCurrentOp(DescribeCurrentOpRequest req)
本接口(DescribeCurrentOp)用于查询MongoDB云数据库实例的当前正在执行的操作。 -
Uses of DescribeCurrentOpRequest in com.tencentcloudapi.mongodb.v20190725.models
Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type DescribeCurrentOpRequest Constructor Description DescribeCurrentOpRequest(DescribeCurrentOpRequest 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.
-