Package org.alfresco.solr.tracker.pool
Class DefaultTrackerPoolFactory
- java.lang.Object
-
- org.alfresco.solr.tracker.pool.DefaultTrackerPoolFactory
-
- All Implemented Interfaces:
TrackerPoolFactory
public class DefaultTrackerPoolFactory extends java.lang.Object implements TrackerPoolFactory
Implementation of theTrackerPoolFactory.- Author:
- Matt Ward
-
-
Constructor Summary
Constructors Constructor Description DefaultTrackerPoolFactory(java.util.Properties p, java.lang.String coreName, java.lang.String trackerName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.ThreadPoolExecutorcreate()
-
-
-
Method Detail
-
create
public java.util.concurrent.ThreadPoolExecutor create()
- Specified by:
createin interfaceTrackerPoolFactory
-
-