Uses of Class
com.gpudb.GPUdbBase.HAFailoverOrder
-
Packages that use GPUdbBase.HAFailoverOrder Package Description com.gpudb -
-
Uses of GPUdbBase.HAFailoverOrder in com.gpudb
Methods in com.gpudb that return GPUdbBase.HAFailoverOrder Modifier and Type Method Description GPUdbBase.HAFailoverOrderGPUdbBase.Options. getHAFailoverOrder()Gets the current high availability failover order.static GPUdbBase.HAFailoverOrderGPUdbBase.HAFailoverOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static GPUdbBase.HAFailoverOrder[]GPUdbBase.HAFailoverOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gpudb with parameters of type GPUdbBase.HAFailoverOrder Modifier and Type Method Description GPUdbBase.OptionsGPUdbBase.Options. setHAFailoverOrder(GPUdbBase.HAFailoverOrder value)Sets the value of the enum controlling the inter-cluster (high availability) failover priority.
-