Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.FlushInstanceRouterConfigRequest
-
Packages that use FlushInstanceRouterConfigRequest Package Description com.tencentcloudapi.mongodb.v20190725 com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of FlushInstanceRouterConfigRequest in com.tencentcloudapi.mongodb.v20190725
Methods in com.tencentcloudapi.mongodb.v20190725 with parameters of type FlushInstanceRouterConfigRequest Modifier and Type Method Description FlushInstanceRouterConfigResponse
MongodbClient. FlushInstanceRouterConfig(FlushInstanceRouterConfigRequest req)
在所有mongos上执行FlushRouterConfig命令 -
Uses of FlushInstanceRouterConfigRequest in com.tencentcloudapi.mongodb.v20190725.models
Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type FlushInstanceRouterConfigRequest Constructor Description FlushInstanceRouterConfigRequest(FlushInstanceRouterConfigRequest 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.
-