Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.CurrentOp
-
Packages that use CurrentOp Package Description com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of CurrentOp in com.tencentcloudapi.mongodb.v20190725.models
Methods in com.tencentcloudapi.mongodb.v20190725.models that return CurrentOp Modifier and Type Method Description CurrentOp[]
DescribeCurrentOpResponse. getCurrentOps()
Get 当前操作列表Methods in com.tencentcloudapi.mongodb.v20190725.models with parameters of type CurrentOp Modifier and Type Method Description void
DescribeCurrentOpResponse. setCurrentOps(CurrentOp[] CurrentOps)
Set 当前操作列表Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type CurrentOp Constructor Description CurrentOp(CurrentOp 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.
-