|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--seda.sandStorm.internal.TPSThreadManager
|
+--seda.sandStorm.lib.aDisk.AFileTPTM
This is the ThreadManager implementation for AFileTPImpl. It manages a pool of threads which perform blocking I/O on disk files; this is a portable implementation and is not meant to be high performance.
| Inner Class Summary | |
(package private) class |
AFileTPTM.AFileTPThread
Internal class representing a single AFileTPTM-managed thread. |
(package private) class |
AFileTPTM.fileQueueEntry
|
| Inner classes inherited from class seda.sandStorm.internal.TPSThreadManager |
TPSThreadManager.stageRunnable |
| Fields inherited from class seda.sandStorm.internal.TPSThreadManager |
config, mgr, sizeController, srTbl |
| Fields inherited from interface seda.sandStorm.internal.sandStormConst |
MAJOR_VERSION, MINOR_VERSION, VERSION_STRING, WELCOME_STRING |
| Constructor Summary | |
(package private) |
AFileTPTM(ManagerIF mgr,
SystemManagerIF sysmgr)
|
| Method Summary | |
void |
fileReady(AFileTPImpl impl)
Indicate that a file has pending events. |
int |
profileSize()
Return the size of the object being profiled. |
void |
register(StageWrapperIF stage)
Register a stage with this thread manager. |
| Methods inherited from class seda.sandStorm.internal.TPSThreadManager |
deregister, deregisterAll |
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface seda.sandStorm.api.internal.ThreadManagerIF |
deregister, deregisterAll |
| Constructor Detail |
AFileTPTM(ManagerIF mgr,
SystemManagerIF sysmgr)
throws java.lang.Exception
| Method Detail |
public void register(StageWrapperIF stage)
register in interface ThreadManagerIFregister in class TPSThreadManagerpublic void fileReady(AFileTPImpl impl)
public int profileSize()
ProfilableIFprofileSize in interface ProfilableIF
|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||