org.compass.core.lucene
Class LuceneEnvironment.MergeScheduler.Concurrent
java.lang.Object
org.compass.core.lucene.LuceneEnvironment.MergeScheduler.Concurrent
- Enclosing class:
- LuceneEnvironment.MergeScheduler
public abstract class LuceneEnvironment.MergeScheduler.Concurrent
- extends Object
Allows to configure ConcurrentMergeScheduler.
|
Field Summary |
static String |
MAX_THREAD_COUNT
The maximum thread count that can be created for merges. |
static String |
NAME
The name of the concurrent merge scheduler to be used as the merge scheduler type. |
static String |
THREAD_PRIORITY
The thread priority of merge threads. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- The name of the concurrent merge scheduler to be used as the merge scheduler type.
- See Also:
- Constant Field Values
MAX_THREAD_COUNT
public static final String MAX_THREAD_COUNT
- The maximum thread count that can be created for merges.
- See Also:
- Constant Field Values
THREAD_PRIORITY
public static final String THREAD_PRIORITY
- The thread priority of merge threads.
- See Also:
- Constant Field Values
LuceneEnvironment.MergeScheduler.Concurrent
public LuceneEnvironment.MergeScheduler.Concurrent()
Copyright (c) 2004-2008 The Compass Project.