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.register(StageWrapperIF stage)
          Register a stage with this thread manager and start its threads.
 void ThreadManagerIF.deregister(StageWrapperIF stage)
          Deregister a stage with this thread manager and stop 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 AggTPSThreadManager.stageInfo.stage
           
(package private)  StageWrapperIF AggTPSThreadManager.threadPool.wrapper
           
protected  StageWrapperIF ResponseTimeController.stage
           
(package private)  StageWrapperIF StageGraphEdge.fromStage
           
(package private)  StageWrapperIF StageGraphEdge.toStage
           
(package private)  StageWrapperIF StageStats.stage
           
protected  StageWrapperIF TPSThreadManager.stageRunnable.wrapper
           
 

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

Methods in seda.sandStorm.internal with parameters of type StageWrapperIF
 void AggTPSThreadManager.register(StageWrapperIF stage)
          Register a stage with this thread manager.
 void AggTPSThreadManager.deregister(StageWrapperIF stage)
          Deregister a stage with this thread manager.
 void TPPThreadManager.register(StageWrapperIF stage)
          Register a stage with this thread manager.
 void TPPThreadManager.deregister(StageWrapperIF stage)
          Deregister a stage with this thread manager.
 StageGraphEdge[] StageGraph.getEdgesFromStage(StageWrapperIF fromStage)
           
 void StageGraph.addStage(StageWrapperIF stage)
           
 void StageGraph.addThread(java.lang.Thread thread, StageWrapperIF stage)
           
 void TPSThreadManager.register(StageWrapperIF stage)
          Register a stage with this thread manager.
 void TPSThreadManager.deregister(StageWrapperIF stage)
          Deregister 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.
 StageIF sandStormMgr.createStage(StageWrapperIF wrapper, boolean initialize)
          Create a stage from the given stage wrapper.
 

Constructors in seda.sandStorm.internal with parameters of type StageWrapperIF
AggTPSThreadManager.stageInfo(StageWrapperIF stage)
           
AggTPSThreadManager.appThread(StageWrapperIF wrapper, SourceIF source, java.lang.String name, AggTPSThreadManager.threadPool tp)
           
AggTPSThreadManager.threadPool(StageWrapperIF wrapper, SourceIF source)
           
AggThrottle(StageWrapperIF stage, ManagerIF mgr)
           
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, SinkIF mainsink, ConfigDataIF config)
          Create a Stage with the given name, wrapper, and sink.
Stage(java.lang.String name, StageWrapperIF wrapper)
          Create a Stage with the given name and wrapper, with no sink.
StageStats(StageWrapperIF stage)
           
TPSThreadManager.stageRunnable(StageWrapperIF wrapper, ThreadPool tp)
           
TPSThreadManager.stageRunnable(StageWrapperIF wrapper)
           
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 initialThreads, int minThreads, int maxThreads, int blockTime, int idleTimeThreshold)
          Create a thread pool with the given name, manager, runnable, and thread sizing parameters.
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.
ThreadPoolController.tpcClient(StageWrapperIF stage, ThreadPool tp, ProfilableIF metric, int threshold)
           
 

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.register(StageWrapperIF stage)
          Register a stage with this thread manager.
abstract  void AFileTM.deregister(StageWrapperIF stage)
          Deregister 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.register(StageWrapperIF thestage)
          Register a stage with this thread manager.
 void aSocketThreadManager.deregister(StageWrapperIF stage)
          Deregister a stage with this thread manager.