Uses of Class
com.mchange.v2.resourcepool.ResourcePoolFactory
-
Packages that use ResourcePoolFactory Package Description com.mchange.v2.resourcepool -
-
Uses of ResourcePoolFactory in com.mchange.v2.resourcepool
Subclasses of ResourcePoolFactory in com.mchange.v2.resourcepool Modifier and Type Class Description classBasicResourcePoolFactoryMethods in com.mchange.v2.resourcepool that return ResourcePoolFactory Modifier and Type Method Description static ResourcePoolFactoryResourcePoolFactory. createInstance()static ResourcePoolFactoryResourcePoolFactory. createInstance(int num_task_threads)static ResourcePoolFactoryResourcePoolFactory. createInstance(com.mchange.v2.async.AsynchronousRunner taskRunner, com.mchange.v2.async.RunnableQueue asyncEventQueue, java.util.Timer cullTimer)Any or all of these arguments can be null -- any unspecified resources will be created and cleaned up internally.static ResourcePoolFactoryResourcePoolFactory. createInstance(com.mchange.v2.async.Queuable taskRunnerEventQueue, java.util.Timer cullTimer)static ResourcePoolFactoryResourcePoolFactory. getSharedInstance()
-