Uses of Interface
org.apache.storm.kafka.trident.selector.KafkaTopicSelector
-
Packages that use KafkaTopicSelector Package Description org.apache.storm.kafka.trident org.apache.storm.kafka.trident.selector -
-
Uses of KafkaTopicSelector in org.apache.storm.kafka.trident
Methods in org.apache.storm.kafka.trident with parameters of type KafkaTopicSelector Modifier and Type Method Description TridentKafkaState<K,V>
TridentKafkaState. withKafkaTopicSelector(KafkaTopicSelector selector)
TridentKafkaStateFactory<K,V>
TridentKafkaStateFactory. withKafkaTopicSelector(KafkaTopicSelector selector)
-
Uses of KafkaTopicSelector in org.apache.storm.kafka.trident.selector
Classes in org.apache.storm.kafka.trident.selector that implement KafkaTopicSelector Modifier and Type Class Description class
DefaultTopicSelector
-