Package org.apache.kafka.clients.admin
Class CreateTopicsResult.TopicMetadataAndConfig
java.lang.Object
org.apache.kafka.clients.admin.CreateTopicsResult.TopicMetadataAndConfig
- Enclosing class:
- CreateTopicsResult
- 
Constructor SummaryConstructorsConstructorDescriptionTopicMetadataAndConfig(ApiException exception) TopicMetadataAndConfig(Uuid topicId, int numPartitions, int replicationFactor, Config config) 
- 
Method Summary
- 
Constructor Details- 
TopicMetadataAndConfig
- 
TopicMetadataAndConfig
 
- 
- 
Method Details- 
topicId
- 
numPartitionspublic int numPartitions()
- 
replicationFactorpublic int replicationFactor()
- 
config
 
-