Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.CreatePartitionRequest
-
Packages that use CreatePartitionRequest Package Description com.tencentcloudapi.ckafka.v20190819 com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of CreatePartitionRequest in com.tencentcloudapi.ckafka.v20190819
Methods in com.tencentcloudapi.ckafka.v20190819 with parameters of type CreatePartitionRequest Modifier and Type Method Description CreatePartitionResponse
CkafkaClient. CreatePartition(CreatePartitionRequest req)
本接口用于增加主题中的分区 -
Uses of CreatePartitionRequest in com.tencentcloudapi.ckafka.v20190819.models
Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type CreatePartitionRequest Constructor Description CreatePartitionRequest(CreatePartitionRequest 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.
-