Méthode | Description | |
---|---|---|
AnyStalledThreads ( ) : bool | ||
HasBlocked ( ) : bool | ||
IsThreadQueued ( Lucene.Net.Support.ThreadClass t ) : bool | ||
UpdateStalled ( bool stalled ) : void |
Update the stalled flag status. this method will set the stalled flag to
|
|
WaitIfStalled ( ) : void |
Blocks if documents writing is currently in a stalled state.
|
|
WasStalled ( ) : bool |
Méthode | Description | |
---|---|---|
DecrWaiters ( ) : bool | ||
IncWaiters ( ) : bool |
public IsThreadQueued ( Lucene.Net.Support.ThreadClass t ) : bool | ||
t | Lucene.Net.Support.ThreadClass | |
Résultat | bool |
public UpdateStalled ( bool stalled ) : void | ||
stalled | bool | |
Résultat | void |