Uses of Interface
seda.sandStorm.api.internal.StageWrapperIF

Packages that use StageWrapperIF
seda.sandStorm.api   
seda.sandStorm.api.internal   
seda.sandStorm.internal   
seda.sandStorm.lib.aDisk   
seda.sandStorm.lib.aSocket   
 

Uses of StageWrapperIF in seda.sandStorm.api
 

Methods in seda.sandStorm.api that return StageWrapperIF
 StageWrapperIF StageIF.getWrapper()
          Return the stage wrapper associated with this stage.
 

Uses of StageWrapperIF in seda.sandStorm.api.internal
 

Methods in seda.sandStorm.api.internal with parameters of type StageWrapperIF
 StageIF SystemManagerIF.createStage(StageWrapperIF wrapper, boolean initialize)
          Create a stage from the given stage wrapper.
 void ThreadManagerIF.deregister(StageWrapperIF stage)
          Deregister a stage with this thread manager and stop its threads.
 void ThreadManagerIF.register(StageWrapperIF stage)
          Register a stage with this thread manager and start its threads.
 

Uses of StageWrapperIF in seda.sandStorm.internal
 

Classes in seda.sandStorm.internal that implement StageWrapperIF
(package private)  class StageWrapper
          A StageWrapper is a basic implementation of StageWrapperIF for application-level stages.
 

Fields in seda.sandStorm.internal declared as StageWrapperIF
(package private)  StageWrapperIF StageGraphEdge.fromStage
           
(package private)  StageWrapperIF AggTPSThreadManager.stageInfo.stage
           
protected  StageWrapperIF ResponseTimeController.stage
           
(package private)  StageWrapperIF StageStats.stage
           
(package private)  StageWrapperIF StageGraphEdge.toStage
           
(package private)  StageWrapperIF AggTPSThreadManager.threadPool.wrapper
           
protected  StageWrapperIF TPSThreadManager.stageRunnable.wrapper
           
 

Methods in seda.sandStorm.internal that return StageWrapperIF
 StageWrapperIF StageGraph.getStageFromThread(java.lang.Thread thread)
           
 StageWrapperIF[] StageGraph.getStages()
           
 StageWrapperIF Stage.getWrapper()
          Return the stage wrapper for this stage.
 

Methods in seda.sandStorm.internal with parameters of type StageWrapperIF
 void StageGraph.addStage(StageWrapperIF stage)
           
 void StageGraph.addThread(java.lang.Thread thread, StageWrapperIF stage)
           
 StageIF sandStormMgr.createStage(StageWrapperIF wrapper, boolean initialize)
          Create a stage from the given stage wrapper.
 void AggTPSThreadManager.deregister(StageWrapperIF stage)
          Deregister a stage with this thread manager.
 void TPPThreadManager.deregister(StageWrapperIF stage)
          Deregister a stage with this thread manager.
 void TPSThreadManager.deregister(StageWrapperIF stage)
          Deregister a stage with this thread manager.
 StageGraphEdge[] StageGraph.getEdgesFromStage(StageWrapperIF fromStage)
           
 void AggTPSThreadManager.register(StageWrapperIF stage)
          Register a stage with this thread manager.
 void TPPThreadManager.register(StageWrapperIF stage)
          Register a stage with this thread manager.
 void TPSThreadManager.register(StageWrapperIF stage)
          Register a stage with this thread manager.
 void ThreadPoolController.register(StageWrapperIF stage, ThreadPool tp)
          Register a thread pool with this controller, using the queue threshold specified by the system configuration.
 void ThreadPoolController.register(StageWrapperIF stage, ThreadPool tp, ProfilableIF metric)
          Register a thread pool with this controller, using the queue threshold specified by the system configuration.
 

Constructors in seda.sandStorm.internal with parameters of type StageWrapperIF
AggThrottle(StageWrapperIF stage, ManagerIF mgr)
           
AggTPSThreadManager.appThread(StageWrapperIF wrapper, SourceIF source, java.lang.String name, AggTPSThreadManager.threadPool tp)
           
AggTPSThreadManager.stageInfo(StageWrapperIF stage)
           
AggTPSThreadManager.threadPool(StageWrapperIF wrapper, SourceIF source)
           
ResponseTimeController(ManagerIF mgr, StageWrapperIF stage)
           
ResponseTimeControllerDirect(ManagerIF mgr, StageWrapperIF stage)
           
ResponseTimeControllerMM1(ManagerIF mgr, StageWrapperIF stage)
           
ResponseTimeControllerMulticlass(ManagerIF mgr, StageWrapperIF stage)
           
ResponseTimeControllerPID(ManagerIF mgr, StageWrapperIF stage)
           
SinkProxy(SinkIF sink, ManagerIF mgr, StageWrapperIF toStage)
          Create a SinkProxy for the given sink.
Stage(java.lang.String name, StageWrapperIF wrapper)
          Create a Stage with the given name and wrapper, with no sink.
Stage(java.lang.String name, StageWrapperIF wrapper, SinkIF mainsink, ConfigDataIF config)
          Create a Stage with the given name, wrapper, and sink.
StageStats(StageWrapperIF stage)
           
ThreadPool(StageWrapperIF stage, ManagerIF mgr, java.lang.Runnable runnable)
          Create a thread pool for the given stage, manager and runnable, with the thread pool controller determining the number of threads used.
ThreadPool(StageWrapperIF stage, ManagerIF mgr, java.lang.Runnable runnable, int numThreads)
          Create a thread pool with the given name, manager, runnable, and a fixed number of threads.
ThreadPool(StageWrapperIF stage, ManagerIF mgr, java.lang.Runnable runnable, int initialThreads, int minThreads, int maxThreads, int blockTime, int idleTimeThreshold)
          Create a thread pool with the given name, manager, runnable, and thread sizing parameters.
ThreadPoolController.tpcClient(StageWrapperIF stage, ThreadPool tp, ProfilableIF metric, int threshold)
           
TPSThreadManager.stageRunnable(StageWrapperIF wrapper)
           
TPSThreadManager.stageRunnable(StageWrapperIF wrapper, ThreadPool tp)
           
 

Uses of StageWrapperIF in seda.sandStorm.lib.aDisk
 

Classes in seda.sandStorm.lib.aDisk that implement StageWrapperIF
(package private)  class AFileTPStageWrapper
          Internal stage wrapper implementation for AFileTPImpl.
 

Methods in seda.sandStorm.lib.aDisk with parameters of type StageWrapperIF
abstract  void AFileTM.deregister(StageWrapperIF stage)
          Deregister a stage with this thread manager.
abstract  void AFileTM.register(StageWrapperIF stage)
          Register a stage with this thread manager.
 void AFileTPTM.register(StageWrapperIF stage)
          Register a stage with this thread manager.
 

Uses of StageWrapperIF in seda.sandStorm.lib.aSocket
 

Classes in seda.sandStorm.lib.aSocket that implement StageWrapperIF
(package private)  class aSocketStageWrapper
          Internal stage wrapper implementation for aSocket.
 

Fields in seda.sandStorm.lib.aSocket declared as StageWrapperIF
protected  StageWrapperIF aSocketThreadManager.aSocketThread.wrapper
           
 

Methods in seda.sandStorm.lib.aSocket with parameters of type StageWrapperIF
 void aSocketThreadManager.deregister(StageWrapperIF stage)
          Deregister a stage with this thread manager.
 void aSocketThreadManager.register(StageWrapperIF thestage)
          Register a stage with this thread manager.