Package io.strimzi.api.kafka.model
Interface KafkaTopicSpecFluent<A extends KafkaTopicSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,SpecFluent<A>
- All Known Subinterfaces:
KafkaTopicFluent.SpecNested<N>
- All Known Implementing Classes:
KafkaTopicFluentImpl.SpecNestedImpl,KafkaTopicSpecBuilder,KafkaTopicSpecFluentImpl
public interface KafkaTopicSpecFluent<A extends KafkaTopicSpecFluent<A>> extends SpecFluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AaddToConfig(String key, Object value)AaddToConfig(Map<String,Object> map)Map<String,Object>getConfig()IntegergetPartitions()IntegergetReplicas()StringgetTopicName()BooleanhasConfig()BooleanhasPartitions()BooleanhasReplicas()BooleanhasTopicName()AremoveFromConfig(String key)AremoveFromConfig(Map<String,Object> map)<K,V>
AwithConfig(Map<String,Object> config)AwithNewTopicName(String original)Deprecated.AwithPartitions(Integer partitions)AwithReplicas(Integer replicas)AwithTopicName(String topicName)
-
-
-
Method Detail
-
getTopicName
String getTopicName()
-
hasTopicName
Boolean hasTopicName()
-
withNewTopicName
@Deprecated A withNewTopicName(String original)
Deprecated.
-
getPartitions
Integer getPartitions()
-
hasPartitions
Boolean hasPartitions()
-
getReplicas
Integer getReplicas()
-
hasReplicas
Boolean hasReplicas()
-
hasConfig
Boolean hasConfig()
-
-