AbandonedConfig.getRemoveAbandonedOnMaintenance

<p>Flag to remove abandoned objects if they exceed the removeAbandonedTimeout when pool maintenance (the "evictor") runs.</p>

<p>The default value is false.</p>

<p>If set to true, abandoned objects are removed by the pool maintenance thread when it runs. This setting has no effect unless maintenance is enabled by setting {@link GenericObjectPool#getTimeBetweenEvictionRunsMillis() timeBetweenEvictionRunsMillis} to a positive number.</p>

@return true if abandoned objects are to be removed by the evictor

class AbandonedConfig
bool
getRemoveAbandonedOnMaintenance
()

Meta