storm.kafka.trident
Class TransactionalTridentKafkaSpout

java.lang.Object
  extended by storm.kafka.trident.TransactionalTridentKafkaSpout
All Implemented Interfaces:
Serializable, IPartitionedTridentSpout<GlobalPartitionInformation,Partition,Map>

public class TransactionalTridentKafkaSpout
extends Object
implements IPartitionedTridentSpout<GlobalPartitionInformation,Partition,Map>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface storm.trident.spout.IPartitionedTridentSpout
IPartitionedTridentSpout.Coordinator<Partitions>, IPartitionedTridentSpout.Emitter<Partitions,Partition extends ISpoutPartition,X>
 
Constructor Summary
TransactionalTridentKafkaSpout(TridentKafkaConfig config)
           
 
Method Summary
 Map<String,Object> getComponentConfiguration()
           
 IPartitionedTridentSpout.Coordinator getCoordinator(Map conf, TopologyContext context)
           
 IPartitionedTridentSpout.Emitter getEmitter(Map conf, TopologyContext context)
           
 Fields getOutputFields()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionalTridentKafkaSpout

public TransactionalTridentKafkaSpout(TridentKafkaConfig config)
Method Detail

getCoordinator

public IPartitionedTridentSpout.Coordinator getCoordinator(Map conf,
                                                           TopologyContext context)
Specified by:
getCoordinator in interface IPartitionedTridentSpout<GlobalPartitionInformation,Partition,Map>

getEmitter

public IPartitionedTridentSpout.Emitter getEmitter(Map conf,
                                                   TopologyContext context)
Specified by:
getEmitter in interface IPartitionedTridentSpout<GlobalPartitionInformation,Partition,Map>

getOutputFields

public Fields getOutputFields()
Specified by:
getOutputFields in interface IPartitionedTridentSpout<GlobalPartitionInformation,Partition,Map>

getComponentConfiguration

public Map<String,Object> getComponentConfiguration()
Specified by:
getComponentConfiguration in interface IPartitionedTridentSpout<GlobalPartitionInformation,Partition,Map>


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.