NumberOfThreads
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
public enum NumberOfThreads extends Enum<NumberOfThreads>
Specifies the number of threads.
Learn more
| Field | Description |
|---|---|
| Default | The default value. |
| One | One thread. |
| Two | Two threads. |
| Three | Three threads. |
| Four | Four threads. |
| Five | Five threads. |
| Six | Six threads. |
| Seven | Seven threads. |
| Eight | Eight threads. |
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
public static final NumberOfThreads Default
The default value.
public static final NumberOfThreads One
One thread.
public static final NumberOfThreads Two
Two threads.
public static final NumberOfThreads Three
Three threads.
public static final NumberOfThreads Four
Four threads.
public static final NumberOfThreads Five
Five threads.
public static final NumberOfThreads Six
Six threads.
public static final NumberOfThreads Seven
Seven threads.
public static final NumberOfThreads Eight
Eight threads.
public static NumberOfThreads[] values()
Returns: com.groupdocs.search.options.NumberOfThreads[]
public static NumberOfThreads valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: NumberOfThreads
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.