AbstractBundler Fields | 
The AbstractBundler type exposes the following members.
| Name | Description | |
|---|---|---|
| ADJUSTMENT_FREQUENCY | 
            Frequency of the adjustment attempts. This number represents a number of
            iterations of the master bundle usage after which an adjustment attempt
            will be performed.
              | |
| m_countThreads | 
            A counter for the total number of threads that have started any bundle
            related execution. This counter is used by subclasses to reduce an impact
            of bundled execution for lightly loaded environments.
              | |
| m_listBundle | 
            A pool of Bundle objects. Note that this list never shrinks.
              | |
| m_previousSizeThreshold | 
            The previous bundle size threshold value.
              |