Uses of Class
seda.sandStorm.main.SandstormConfig

Packages that use SandstormConfig
seda.sandStorm.api   
seda.sandStorm.internal   
seda.sandStorm.main   
 

Uses of SandstormConfig in seda.sandStorm.api
 

Methods in seda.sandStorm.api that return SandstormConfig
 SandstormConfig ManagerIF.getConfig()
          Returns a copy of the SandstormConfig for this Manager.
 

Uses of SandstormConfig in seda.sandStorm.internal
 

Fields in seda.sandStorm.internal declared as SandstormConfig
protected  SandstormConfig TPSThreadManager.config
           
 

Methods in seda.sandStorm.internal that return SandstormConfig
 SandstormConfig sandStormMgr.getConfig()
          Return the SandstormConfig used to initialize this manager.
 

Constructors in seda.sandStorm.internal with parameters of type SandstormConfig
AggTPSThreadManager(SandstormConfig config)
           
sandStormMgr(SandstormConfig mgrconfig)
          Create a sandStormMgr which reads its configuration from the given file.
TPPThreadManager(SandstormConfig config)
          Create an TPPThreadManager which attempts to schedule stages on num_cpus CPUs, and caps its thread usage to max_threads.
 

Uses of SandstormConfig in seda.sandStorm.main
 

Methods in seda.sandStorm.main that return SandstormConfig
 SandstormConfig SandstormConfig.getCopy()
          Return a copy of this object.
 

Constructors in seda.sandStorm.main with parameters of type SandstormConfig
Sandstorm(SandstormConfig config)
          Create a new Sandstorm with the given configuration.