Uses of Package
seda.sandStorm.internal

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

Classes in seda.sandStorm.internal used by seda.sandStorm.api
StageGraph
          This class provides an interface allowing operations to be performed on the graph of stages within the application.
 

Classes in seda.sandStorm.internal used by seda.sandStorm.internal
AggTPSThreadManager.threadPool
           
ResponseTimeController
          The ResponseTimeController attempts to keep the response time of a given stage below a given target by adjusting admission control parameters for a stage.
ResponseTimeControllerDirect
          An implementation of ResponseTimeController that uses a direct adjustment of queue thresholds based on the error in the 90th percentile response time.
sandStormConst
          A set of constants used by the Sandstorm implementation.
StageGraph
          This class provides an interface allowing operations to be performed on the graph of stages within the application.
StageGraphEdge
          This class represents an edge in the stage-connectivity graph.
ThreadPool
          ThreadPool is a generic class which provides a thread pool.
ThreadPoolController
          The ThreadPoolController is responsible for dynamically adusting the size of a given ThreadPool.
 

Classes in seda.sandStorm.internal used by seda.sandStorm.lib.aDisk
sandStormConst
          A set of constants used by the Sandstorm implementation.
ThreadPool
          ThreadPool is a generic class which provides a thread pool.
TPSThreadManager
          TPSThreadManager provides a threadpool-per-source-per-stage thread manager implementation.
TPSThreadManager.stageRunnable
          Internal class representing the Runnable for a single stage.
 

Classes in seda.sandStorm.internal used by seda.sandStorm.lib.aSocket
ThreadPool
          ThreadPool is a generic class which provides a thread pool.