java.lang.Object
java.lang.Enum<GPUdbBase.HASynchronicityMode>
com.gpudb.GPUdbBase.HASynchronicityMode
All Implemented Interfaces:
Enclosing class:
A enumeration of high-availability synchronicity override modes.
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionMethod Summary
Modifier and TypeMethodDescriptiongetMode()static StringReturns the enum constant of this type with the specified name.static GPUdbBase.HASynchronicityMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
Enum Constant Details
DEFAULT
NONE
SYNCHRONOUS
SYNCHRONOUS_PARALLEL
ASYNCHRONOUS
ASYNCHRONOUS_PARALLEL
Method Details
values
Returns an array containing the constants of this enum type, in the order they are declared.Returns:an array containing the constants of this enum type, in the order they are declaredvalueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)Parameters:name- the name of the enum constant to be returned.Returns:the enum constant with the specified nameThrows:IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is nullfromValue
getModeByEnum