public class KafkaTopicSpec extends Object implements UnknownPropertyPreserving, Serializable
| Constructor and Description |
|---|
KafkaTopicSpec() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Map<String,Object> |
getConfig() |
Integer |
getPartitions() |
Integer |
getReplicas() |
String |
getTopicName() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setConfig(Map<String,Object> config) |
void |
setPartitions(Integer partitions) |
void |
setReplicas(Integer replicas) |
void |
setTopicName(String topicName) |
public String getTopicName()
public void setTopicName(String topicName)
public Integer getPartitions()
public void setPartitions(Integer partitions)
public Integer getReplicas()
public void setReplicas(Integer replicas)
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface UnknownPropertyPreservingpublic void setAdditionalProperty(String name, Object value)
setAdditionalProperty in interface UnknownPropertyPreservingCopyright © 2019. All rights reserved.