Uses of Class
io.strimzi.api.kafka.model.KafkaTopicSpec
-
Packages that use KafkaTopicSpec Package Description io.strimzi.api.kafka.model -
-
Uses of KafkaTopicSpec in io.strimzi.api.kafka.model
Methods in io.strimzi.api.kafka.model that return KafkaTopicSpec Modifier and Type Method Description KafkaTopicSpecKafkaTopicSpecBuilder. build()KafkaTopicSpecKafkaTopicFluent. buildSpec()KafkaTopicSpecKafkaTopicFluentImpl. buildSpec()KafkaTopicSpecKafkaTopic. getSpec()KafkaTopicSpecKafkaTopicFluent. getSpec()Deprecated.KafkaTopicSpecKafkaTopicFluentImpl. getSpec()Deprecated.Methods in io.strimzi.api.kafka.model with parameters of type KafkaTopicSpec Modifier and Type Method Description KafkaTopicFluent.SpecNested<A>KafkaTopicFluent. editOrNewSpecLike(KafkaTopicSpec item)KafkaTopicFluent.SpecNested<A>KafkaTopicFluentImpl. editOrNewSpecLike(KafkaTopicSpec item)voidKafkaTopic. setSpec(KafkaTopicSpec spec)KafkaTopicFluent.SpecNested<A>KafkaTopicFluent. withNewSpecLike(KafkaTopicSpec item)KafkaTopicFluent.SpecNested<A>KafkaTopicFluentImpl. withNewSpecLike(KafkaTopicSpec item)AKafkaTopicFluent. withSpec(KafkaTopicSpec spec)AKafkaTopicFluentImpl. withSpec(KafkaTopicSpec spec)Constructors in io.strimzi.api.kafka.model with parameters of type KafkaTopicSpec Constructor Description KafkaTopicSpecBuilder(KafkaTopicSpec instance)KafkaTopicSpecBuilder(KafkaTopicSpecFluent<?> fluent, KafkaTopicSpec instance)KafkaTopicSpecBuilder(KafkaTopicSpecFluent<?> fluent, KafkaTopicSpec instance, Boolean validationEnabled)KafkaTopicSpecBuilder(KafkaTopicSpec instance, Boolean validationEnabled)KafkaTopicSpecFluentImpl(KafkaTopicSpec instance)
-