Interface | Description |
---|---|
ThreadedPoolReducer |
The pool reducers implementing this interface will create one daemon service thread
which will be started when the reducer's
start() method is called, and will
be alive until the terminate() method is called or until the calling application
exits. |
Class | Description |
---|---|
SamplingPoolReducer |
A sampling pool reducer util, which is wakening up a given number of times during
a predefined period of time, and checks whether the number of available
allocated objects in the object pool needs to be reduced.
|
Copyright © 2013-2014 Simeon Malchev. All Rights Reserved.