Uses of Interface
org.apache.storm.trident.spout.ITridentDataSource
Packages that use ITridentDataSource
Package
Description
ElasticSearch Trident example classes.
-
Uses of ITridentDataSource in org.apache.storm.elasticsearch.trident
Classes in org.apache.storm.elasticsearch.trident that implement ITridentDataSourceModifier and TypeClassDescriptionstatic class
A fixed batch spout. -
Uses of ITridentDataSource in org.apache.storm.hdfs.trident
Classes in org.apache.storm.hdfs.trident that implement ITridentDataSource -
Uses of ITridentDataSource in org.apache.storm.hive.trident
Classes in org.apache.storm.hive.trident that implement ITridentDataSource -
Uses of ITridentDataSource in org.apache.storm.jms.trident
Classes in org.apache.storm.jms.trident that implement ITridentDataSource -
Uses of ITridentDataSource in org.apache.storm.kafka.spout.trident
Classes in org.apache.storm.kafka.spout.trident that implement ITridentDataSourceModifier and TypeClassDescriptionclass
class
-
Uses of ITridentDataSource in org.apache.storm.kafka.trident
Methods in org.apache.storm.kafka.trident with parameters of type ITridentDataSourceModifier and TypeMethodDescriptionstatic StormTopology
TridentKafkaConsumerTopology.newTopology
(ITridentDataSource tridentSpout) Creates a new topology that prints inputs to stdout. -
Uses of ITridentDataSource in org.apache.storm.starter.spout
Classes in org.apache.storm.starter.spout that implement ITridentDataSourceModifier and TypeClassDescriptionclass
This spout generates random whole numbers with givenmaxNumber
value as maximum with the givenfields
. -
Uses of ITridentDataSource in org.apache.storm.trident
Methods in org.apache.storm.trident with parameters of type ITridentDataSourceModifier and TypeMethodDescriptionTridentTopology.newStream
(String txId, ITridentDataSource dataSource) -
Uses of ITridentDataSource in org.apache.storm.trident.spout
Subinterfaces of ITridentDataSource in org.apache.storm.trident.spoutModifier and TypeInterfaceDescriptioninterface
interface
interface
IOpaquePartitionedTridentSpout<PartitionsT,
PartitionT extends ISpoutPartition, M> This defines a transactional spout which does *not* necessarily replay the same batch every time it emits a batch for a transaction id.interface
IPartitionedTridentSpout<PartitionsT,
PartitionT extends ISpoutPartition, T> This interface defines a transactional spout that reads its tuples from a partitioned set of brokers.interface
Classes in org.apache.storm.trident.spout that implement ITridentDataSourceModifier and TypeClassDescriptionclass
class
class
class
-
Uses of ITridentDataSource in org.apache.storm.trident.testing
Classes in org.apache.storm.trident.testing that implement ITridentDataSourceModifier and TypeClassDescriptionclass
class
class