Class | Description |
---|---|
ConstSpoutIdBoltNullBoltTopo |
ConstSpout -> IdBolt -> DevNullBolt This topology measures speed of messaging between spouts->bolt and bolt->bolt ConstSpout : Continuously emits a constant string IdBolt : clones and emits input tuples DevNullBolt : discards incoming tuples
|
ConstSpoutNullBoltTopo |
This topo helps measure the messaging speed between a spout and a bolt.
|
ConstSpoutOnlyTopo |
This topo helps measure how fast a spout can produce data (so no bolts are attached) Spout generates a stream of a fixed string.
|
FileReadWordCountTopo |
This topo helps measure speed of word count.
|
HdfsSpoutNullBoltTopo |
This topo helps measure speed of reading from Hdfs.
|
KafkaHdfsTopo |
This topo helps measure speed of reading from Kafka and writing to Hdfs.
|
KafkaHdfsTopo.LineWriter | |
KafkaSpoutNullBoltTopo |
This topo helps measure speed of reading from Kafka Spout Reads from Kafka.
|
StrGenSpoutHdfsBoltTopo |
This topo helps measure speed of writing to Hdfs Spout generates fixed length random strings.
|
StrGenSpoutHdfsBoltTopo.LineWriter |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.