Package com.illumon.iris.controller
Enum Class PersistentQueryDbServerConfig.ServerType
java.lang.Object
java.lang.Enum<PersistentQueryDbServerConfig.ServerType>
com.illumon.iris.controller.PersistentQueryDbServerConfig.ServerType
- All Implemented Interfaces:
Serializable
,Comparable<PersistentQueryDbServerConfig.ServerType>
,java.lang.constant.Constable
- Enclosing class:
- PersistentQueryDbServerConfig
public static enum PersistentQueryDbServerConfig.ServerType
extends Enum<PersistentQueryDbServerConfig.ServerType>
The type of server this instance represents
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA remote query dispatcher to which a connection can be madeA dispatcher group which will be handled by a server selection provider -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DISPATCHER
A remote query dispatcher to which a connection can be made -
GROUP
A dispatcher group which will be handled by a server selection provider
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-