|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CitrusleafClient.ClScanningPriority>
net.citrusleaf.CitrusleafClient.ClScanningPriority
public static enum CitrusleafClient.ClScanningPriority
Priority of scan operations on database server.
Enum Constant Summary | |
---|---|
AUTO
A server node autonomously decides how many scan threads to use based on factors such as the number of storage devices. |
|
HIGH
Currently this means a server node will use five scan threads. |
|
LOW
Currently this means a server node will use one scan thread. |
|
MEDIUM
Currently this means a server node will use three scan threads. |
Method Summary | |
---|---|
static CitrusleafClient.ClScanningPriority |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CitrusleafClient.ClScanningPriority[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CitrusleafClient.ClScanningPriority AUTO
public static final CitrusleafClient.ClScanningPriority LOW
public static final CitrusleafClient.ClScanningPriority MEDIUM
public static final CitrusleafClient.ClScanningPriority HIGH
Method Detail |
---|
public static CitrusleafClient.ClScanningPriority[] values()
for (CitrusleafClient.ClScanningPriority c : CitrusleafClient.ClScanningPriority.values()) System.out.println(c);
public static CitrusleafClient.ClScanningPriority valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |