Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.TopicPartitionDO
-
Packages that use TopicPartitionDO Package Description com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of TopicPartitionDO in com.tencentcloudapi.ckafka.v20190819.models
Methods in com.tencentcloudapi.ckafka.v20190819.models that return TopicPartitionDO Modifier and Type Method Description TopicPartitionDO[]TopicAttributesResponse. getPartitions()Get 分区详情Methods in com.tencentcloudapi.ckafka.v20190819.models with parameters of type TopicPartitionDO Modifier and Type Method Description voidTopicAttributesResponse. setPartitions(TopicPartitionDO[] Partitions)Set 分区详情Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type TopicPartitionDO Constructor Description TopicPartitionDO(TopicPartitionDO 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.
-