Uses of Interface
org.apache.storm.trident.spout.IPartitionedTridentSpout.Emitter
-
Packages that use IPartitionedTridentSpout.Emitter Package Description org.apache.storm.kafka.spout.trident org.apache.storm.trident.spout -
-
Uses of IPartitionedTridentSpout.Emitter in org.apache.storm.kafka.spout.trident
Classes in org.apache.storm.kafka.spout.trident that implement IPartitionedTridentSpout.Emitter Modifier and Type Class Description class
KafkaTridentTransactionalSpoutEmitter<K,V>
Methods in org.apache.storm.kafka.spout.trident that return IPartitionedTridentSpout.Emitter Modifier and Type Method Description IPartitionedTridentSpout.Emitter<List<Map<String,Object>>,KafkaTridentSpoutTopicPartition,Map<String,Object>>
KafkaTridentSpoutTransactional. getEmitter(Map<String,Object> conf, TopologyContext context)
-
Uses of IPartitionedTridentSpout.Emitter in org.apache.storm.trident.spout
Methods in org.apache.storm.trident.spout that return IPartitionedTridentSpout.Emitter Modifier and Type Method Description IPartitionedTridentSpout.Emitter<PartitionsT,PartitionT,T>
IPartitionedTridentSpout. getEmitter(Map<String,Object> conf, TopologyContext context)
-