Package org.apache.storm.loadgen
Class CaptureLoad
java.lang.Object
org.apache.storm.loadgen.CaptureLoad
Capture running topologies for load gen later on.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
DEFAULT_OUT_DIR- See Also:
 
 
- 
- 
Constructor Details- 
CaptureLoadpublic CaptureLoad()
 
- 
- 
Method Details- 
mainMain entry point for CaptureLoad command.- Parameters:
- args- the arguments to the command
- Throws:
- Exception- on any error
 
- 
checkInitializationpublic static void checkInitialization(Map<String, Double> topologyResources, String componentId, Map<String, Object> topologyConf) Checks if the topology's resource requirements are initialized. Will modify topologyResources by adding the appropriate defaults- Parameters:
- topologyResources- map of resouces requirements
- componentId- component for which initialization is being conducted
- topologyConf- topology configuration
- Throws:
- Exception- on any error
 
 
-