|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.excalibur.event.command.TPSPThreadManager
This is a ThreadManager
which provides a threadpool per
Sink
per EventPipeline
. ::NOTE:: This is not
tested yet!
Nested Class Summary | |
protected static class |
TPSPThreadManager.SourceDequeueInterceptor
This is used to plug into Queues so that we can intercept calls to the dequeue operation. |
protected static class |
TPSPThreadManager.SourceRunner
The SourceRunner is used to dequeue events one at a time. |
Field Summary |
Fields inherited from interface org.apache.excalibur.event.command.ThreadManager |
ROLE |
Constructor Summary | |
TPSPThreadManager()
The default constructor assumes there is a system property named "os.arch.cpus" that has a default for the number of CPUs on a system. |
|
TPSPThreadManager(int maxThreadPerPool,
int threshold)
Constructor provides a specified number of threads per processor. |
|
TPSPThreadManager(int maxThreadPerPool,
int threshold,
int margin)
Constructor provides a specified number of threads per processor. |
Method Summary | |
void |
deregister(EventPipeline pipeline)
Deregister an EventPipeline with the ThreadManager |
void |
deregisterAll()
Deregisters all EventPipelines from this ThreadManager |
void |
register(EventPipeline pipeline)
Register an EventPipeline with the ThreadManager. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TPSPThreadManager()
public TPSPThreadManager(int maxThreadPerPool, int threshold)
maxThreadPerPool
- The number of processors in the machinethreshold
- The number of events before a new thread is startedpublic TPSPThreadManager(int maxThreadPerPool, int threshold, int margin)
maxThreadPerPool
- The number of processors in the machinethreshold
- The number of events before a new thread is startedmargin
- The number of events +/- the threshold for thread evaluationMethod Detail |
public void register(EventPipeline pipeline)
register
in interface ThreadManager
pipeline
- The pipeline we are registeringpublic void deregister(EventPipeline pipeline)
deregister
in interface ThreadManager
pipeline
- The pipeline to unregisterpublic void deregisterAll()
deregisterAll
in interface ThreadManager
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |