Uses of Class
com.hazelcast.jet.kafka.TopicsConfig.TopicConfig
Packages that use TopicsConfig.TopicConfig
-
Uses of TopicsConfig.TopicConfig in com.hazelcast.jet.kafka
Methods in com.hazelcast.jet.kafka that return TopicsConfig.TopicConfigModifier and TypeMethodDescriptionTopicsConfig.TopicConfig.addPartitionInitialOffset
(int partition, long offset) Adds the initial offset for given partition to the configuration.TopicsConfig.getTopicConfig
(String topicName) Returns the topic configuration for given topic.Methods in com.hazelcast.jet.kafka that return types with arguments of type TopicsConfig.TopicConfigModifier and TypeMethodDescriptionTopicsConfig.getTopicConfigs()
Returns the map of topic configurations, mapped by topic name.Methods in com.hazelcast.jet.kafka with parameters of type TopicsConfig.TopicConfigModifier and TypeMethodDescriptionTopicsConfig.addTopicConfig
(TopicsConfig.TopicConfig config) Adds the topic configuration.