|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectseda.sandStorm.internal.ThreadPoolController.tpcClient
class ThreadPoolController.tpcClient
Internal class representing a single TPC-controlled thread pool.
| Field Summary | |
|---|---|
(package private) int |
avgThreads
|
(package private) double |
avgThroughput
|
(package private) long |
last_time
|
private ProfilableIF |
metric
|
(package private) long |
reset_time
|
(package private) int |
savedThreads
|
(package private) double |
savedThroughput
|
(package private) long |
savedTotalEvents
|
private StageWrapperIF |
stage
|
private int |
threshold
|
private ThreadPool |
tp
|
| Constructor Summary | |
|---|---|
ThreadPoolController.tpcClient(StageWrapperIF stage,
ThreadPool tp,
ProfilableIF metric,
int threshold)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private StageWrapperIF stage
private ThreadPool tp
private int threshold
private ProfilableIF metric
int savedThreads
int avgThreads
long savedTotalEvents
double savedThroughput
double avgThroughput
long last_time
long reset_time
| Constructor Detail |
|---|
ThreadPoolController.tpcClient(StageWrapperIF stage,
ThreadPool tp,
ProfilableIF metric,
int threshold)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||