Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.ConsumerGroupSpeed
-
Packages that use ConsumerGroupSpeed Package Description com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of ConsumerGroupSpeed in com.tencentcloudapi.ckafka.v20190819.models
Methods in com.tencentcloudapi.ckafka.v20190819.models that return ConsumerGroupSpeed Modifier and Type Method Description ConsumerGroupSpeed[]TopicFlowRankingResult. getConsumeSpeed()Get 消费者组消费速度排行速度Methods in com.tencentcloudapi.ckafka.v20190819.models with parameters of type ConsumerGroupSpeed Modifier and Type Method Description voidTopicFlowRankingResult. setConsumeSpeed(ConsumerGroupSpeed[] ConsumeSpeed)Set 消费者组消费速度排行速度Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type ConsumerGroupSpeed Constructor Description ConsumerGroupSpeed(ConsumerGroupSpeed 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.
-