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(org.apache.kafka.common.errors.ApiException exception) TopicMetadataAndConfig(org.apache.kafka.common.Uuid topicId, int numPartitions, int replicationFactor, Config config) -
Method Summary
-
Constructor Details
-
TopicMetadataAndConfig
public TopicMetadataAndConfig(org.apache.kafka.common.Uuid topicId, int numPartitions, int replicationFactor, Config config) -
TopicMetadataAndConfig
public TopicMetadataAndConfig(org.apache.kafka.common.errors.ApiException exception)
-
-
Method Details
-
topicId
public org.apache.kafka.common.Uuid topicId() -
numPartitions
public int numPartitions() -
replicationFactor
public int replicationFactor() -
config
-