seda.sandStorm.internal
Class AggThrottle

java.lang.Object
  extended by seda.sandStorm.internal.AggThrottle

 class AggThrottle
extends java.lang.Object

AggThrottle is used by thread managers to adjust their aggregation level based on observations of stage throughput.

Author:
Matt Welsh

Constructor Summary
AggThrottle(StageWrapperIF stage, ManagerIF mgr)
           
 
Method Summary
(package private)  int getAggTarget()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AggThrottle

AggThrottle(StageWrapperIF stage,
            ManagerIF mgr)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getAggTarget

int getAggTarget()