Uses of Interface
org.apache.storm.kafka.bolt.selector.KafkaTopicSelector
-
Packages that use KafkaTopicSelector Package Description org.apache.storm.kafka.bolt org.apache.storm.kafka.bolt.selector -
-
Uses of KafkaTopicSelector in org.apache.storm.kafka.bolt
Methods in org.apache.storm.kafka.bolt with parameters of type KafkaTopicSelector Modifier and Type Method Description KafkaBolt<K,V>
KafkaBolt. withTopicSelector(KafkaTopicSelector selector)
-
Uses of KafkaTopicSelector in org.apache.storm.kafka.bolt.selector
Classes in org.apache.storm.kafka.bolt.selector that implement KafkaTopicSelector Modifier and Type Class Description class
DefaultTopicSelector
class
FieldIndexTopicSelector
Uses field with a given index to select the topic name from a tuple .class
FieldNameTopicSelector
Uses field name to select topic name from tuple .
-