Interface IConcurrentMergeScheduler
Inherited Members
System.IDisposable.Dispose()
Assembly: Lucene.Net.dll
Syntax
public interface IConcurrentMergeScheduler : IMergeScheduler, IDisposable
Properties
|
Improve this Doc
View Source
MaxMergeCount
Declaration
int MaxMergeCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MaxThreadCount
Declaration
int MaxThreadCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MergeThreadPriority
Declaration
int MergeThreadPriority { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
ClearSuppressExceptions()
Declaration
void ClearSuppressExceptions()
|
Improve this Doc
View Source
SetMaxMergesAndThreads(Int32, Int32)
Declaration
void SetMaxMergesAndThreads(int maxMergeCount, int maxThreadCount)
Parameters
Type |
Name |
Description |
System.Int32 |
maxMergeCount |
|
System.Int32 |
maxThreadCount |
|
|
Improve this Doc
View Source
SetMergeThreadPriority(Int32)
Declaration
void SetMergeThreadPriority(int priority)
Parameters
Type |
Name |
Description |
System.Int32 |
priority |
|
|
Improve this Doc
View Source
SetSuppressExceptions()
Declaration
void SetSuppressExceptions()
|
Improve this Doc
View Source
Sync()
Declaration