|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a response time controller, invoked by the stage's thread manager to manipulate admission control policies to meet a response time target.
Method Summary | |
void |
adjustThreshold(QueueElementIF[] fetched,
long serviceTime)
Invoked by the stage's thread manager to adjust admission control parameters. |
void |
disable()
Disable the response time controller. |
void |
enable()
Enable the response time controller. |
double |
getTarget()
Return the response time target. |
void |
setTarget(double RTtarget)
Set the response time target in milliseconds. |
Method Detail |
public void setTarget(double RTtarget)
public double getTarget()
public void adjustThreshold(QueueElementIF[] fetched, long serviceTime)
public void enable()
public void disable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |