NumberOfThreads

Contents
[ ]

Inheritance: java.lang.Object, java.lang.Enum

public enum NumberOfThreads extends Enum<NumberOfThreads>

Specifies the number of threads.

Learn more

Fields

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.

Methods

Method Description
values()
valueOf(String name)

Default

public static final NumberOfThreads Default

The default value.

One

public static final NumberOfThreads One

One thread.

Two

public static final NumberOfThreads Two

Two threads.

Three

public static final NumberOfThreads Three

Three threads.

Four

public static final NumberOfThreads Four

Four threads.

Five

public static final NumberOfThreads Five

Five threads.

Six

public static final NumberOfThreads Six

Six threads.

Seven

public static final NumberOfThreads Seven

Seven threads.

Eight

public static final NumberOfThreads Eight

Eight threads.

values()

public static NumberOfThreads[] values()

Returns: com.groupdocs.search.options.NumberOfThreads[]

valueOf(String name)

public static NumberOfThreads valueOf(String name)

Parameters:

Parameter Type Description
name java.lang.String

Returns: NumberOfThreads