Package com.gpudb.protocol
Class AdminAlterHostRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.AdminAlterHostRequest.Options
-
- Enclosing class:
- AdminAlterHostRequest
public static final class AdminAlterHostRequest.Options extends Object
-
-
Field Detail
-
ACCEPTS_FAILOVER
public static final String ACCEPTS_FAILOVER
If set toTRUE, the host will accept processes (ranks, graph server, etc.) in the event of a failover on another node in the cluster. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
-