A {@link MergeScheduler} that runs each merge using a
separate thread, up until a maximum number of threads
({@link #setMaxThreadCount}) at which when a merge is
needed, the thread(s) that are updating the index will
pause until one or more merges completes. This is a
simple way to use concurrency in the indexing process
without having to create and manage application level
threads.
The ConcurrentMergeScheduler..::..MergeThread type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConcurrentMergeScheduler..::..MergeThread | Initializes a new instance of the ConcurrentMergeScheduler..::..MergeThread class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetRunningMerge | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Run | (Overrides ThreadClassRun()()()().) |
![]() | SetRunningMerge | |
![]() | SetThreadPriority | |
![]() | ToString | (Overrides ThreadClassToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | Enclosing_Instance |