AbandonedConfig.setUseUsageTracking

If the pool implements {@link UsageTracking}, configure whether the pool should record a stack trace every time a method is called on a pooled object and retain the most recent stack trace to aid debugging of abandoned objects.

@param useUsageTracking A value of <code>true</code> will enable the recording of a stack trace on every use of a pooled object

class AbandonedConfig
void
setUseUsageTracking

Meta