- m_blocking - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
Whether or not the pool should cause threads requesting a Poolable to block when m_maxStrict
is true, the pool size is equal to m_max and there are no Poolable instances available.
- m_blocksInstrument - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
Instrument used to profile the number of blocks.
- m_blockTimeout - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
The maximum amount of time in milliseconds that the pool will block.
- m_createsInstrument - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
Instrument used to profile the number of created poolables.
- m_decommissionsInstrument - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
Instrument used to profile the number of decommissioned poolables.
- m_disposed - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
Keeps track of whether or not the Pool has been disposed.
- m_elementMap - Variable in class org.apache.avalon.excalibur.pool.TraceableResourceLimitingPool
-
Map of elements describing each poolable.
- m_factory - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
The Object Factory used to generate new Poolable instances for the pool.
- m_getsInstrument - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
Instrument used to profile the number of gets.
- m_instrumentableName - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
Instrumentable Name assigned to this Instrumentable
- m_lastTrim - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
The last time that the pool was trimmed.
- m_max - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
The maximum size of the pool.
- m_maxStrict - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
Whether or not the pool allows for the creation of objects beyond the maximum pool size.
- m_needsValidation - Variable in class org.apache.avalon.excalibur.pool.ValidatedResourceLimitingPool
-
Used for communication between the get() and newPoolable() methods, only valid
within a single synchronized block.
- m_oldReady - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
List of the Poolable instance which are available for use but have been idle for a while.
- m_oldReadySize - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
Store the size of the old ready list to optimize operations which require this value.
- m_poolable - Variable in class org.apache.avalon.excalibur.pool.TraceableResourceLimitingPool.PoolElement
-
- m_putsInstrument - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
Instrument used to profile the number of puts.
- m_ready - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
List of the Poolable instances which are available for use.
- m_readySize - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
Store the size of the ready list to optimize operations which require this value.
- m_readySize - Variable in class org.apache.avalon.excalibur.pool.TraceableResourceLimitingPool.State
-
- m_readySizeInstrument - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
Instrument used to profile the number of available poolables.
- m_semaphore - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
Object used to synchronize access to the get and put methods
- m_size - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
Total number of Poolable instances in the pool
- m_size - Variable in class org.apache.avalon.excalibur.pool.TraceableResourceLimitingPool.State
-
- m_sizeInstrument - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
Instrument used to profile the size of the pool.
- m_thread - Variable in class org.apache.avalon.excalibur.pool.TraceableResourceLimitingPool.PoolElement
-
- m_threads - Variable in class org.apache.avalon.excalibur.pool.TraceableResourceLimitingPool.State
-
- m_time - Variable in class org.apache.avalon.excalibur.pool.TraceableResourceLimitingPool.PoolElement
-
- m_traceException - Variable in class org.apache.avalon.excalibur.pool.TraceableResourceLimitingPool.PoolElement
-
- m_traceExceptions - Variable in class org.apache.avalon.excalibur.pool.TraceableResourceLimitingPool.State
-
- m_traceTimes - Variable in class org.apache.avalon.excalibur.pool.TraceableResourceLimitingPool.State
-
- m_tracing - Variable in class org.apache.avalon.excalibur.pool.TraceableResourceLimitingPool
-
True if tracing is enabled for the pool.
- m_trimInterval - Variable in class org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool
-
The minimum interval with which old unused poolables will be removed from the pool.