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