public class TopicPartitionConfig extends Object
Constructor and Description |
---|
TopicPartitionConfig(String topicName,
List<Integer> partitions) |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getPartitions() |
String |
getTopicName() |
void |
setPartitions(List<Integer> partitions) |
void |
setTopicName(String topicName) |