| Package | Description | 
|---|---|
| org.apache.storm.loadgen | 
| Modifier and Type | Field and Description | 
|---|---|
List<InputStream> | 
TopologyLoadConf.streams  | 
| Modifier and Type | Method and Description | 
|---|---|
InputStream | 
InputStream.Builder.build()  | 
static InputStream | 
InputStream.fromConf(Map<String,Object> conf)
Create an output stream from a config. 
 | 
InputStream | 
InputStream.remap(Map<String,String> remappedComponents,
     Map<GlobalStreamId,GlobalStreamId> remappedStreams)
Remap the names of components. 
 | 
InputStream | 
InputStream.replaceShuffleWithLocalOrShuffle()
Replace all SHUFFLE groupings with LOCAL_OR_SHUFFLE. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LoadBolt.add(InputStream inputStream)  | 
abstract void | 
GroupingType.assign(BoltDeclarer declarer,
      InputStream stream)  | 
void | 
ExecAndProcessLatencyEngine.simulateProcessAndExecTime(int executorIndex,
                          long startTimeNs,
                          InputStream in,
                          Runnable r)
Simulate both process and exec times. 
 | 
| Constructor and Description | 
|---|
TopologyLoadConf(String name,
                Map<String,Object> topoConf,
                List<LoadCompConf> spouts,
                List<LoadCompConf> bolts,
                List<InputStream> streams)
Constructor. 
 | 
Copyright © 2019 The Apache Software Foundation. All rights reserved.