Uses of Class
com.tencentcloudapi.cls.v20201016.models.MergePartitionResponse
-
Packages that use MergePartitionResponse Package Description com.tencentcloudapi.cls.v20201016 com.tencentcloudapi.cls.v20201016.models -
-
Uses of MergePartitionResponse in com.tencentcloudapi.cls.v20201016
Methods in com.tencentcloudapi.cls.v20201016 that return MergePartitionResponse Modifier and Type Method Description MergePartitionResponseClsClient. MergePartition(MergePartitionRequest req)本接口用于合并一个读写态的主题分区,合并时指定一个主题分区 ID,日志服务会自动合并范围右相邻的分区。 -
Uses of MergePartitionResponse in com.tencentcloudapi.cls.v20201016.models
Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type MergePartitionResponse Constructor Description MergePartitionResponse(MergePartitionResponse 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.
-