Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.Partitions
-
Packages that use Partitions Package Description com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of Partitions in com.tencentcloudapi.ckafka.v20190819.models
Methods in com.tencentcloudapi.ckafka.v20190819.models that return Partitions Modifier and Type Method Description Partitions[]BatchModifyGroupOffsetsRequest. getPartitions()Get partition信息Methods in com.tencentcloudapi.ckafka.v20190819.models with parameters of type Partitions Modifier and Type Method Description voidBatchModifyGroupOffsetsRequest. setPartitions(Partitions[] Partitions)Set partition信息Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type Partitions Constructor Description Partitions(Partitions 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.
-