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