public static enum AlterServerNode.AlterType extends Enum<AlterServerNode.AlterType>
| Enum Constant and Description |
|---|
DISCONNECT_SESSION |
INTERRUPT_SESSION |
KILL_SESSION |
SET_SERVER_VARIABLE |
SHUTDOWN |
| Modifier and Type | Method and Description |
|---|---|
static AlterServerNode.AlterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlterServerNode.AlterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlterServerNode.AlterType SET_SERVER_VARIABLE
public static final AlterServerNode.AlterType INTERRUPT_SESSION
public static final AlterServerNode.AlterType DISCONNECT_SESSION
public static final AlterServerNode.AlterType KILL_SESSION
public static final AlterServerNode.AlterType SHUTDOWN
public static AlterServerNode.AlterType[] values()
for (AlterServerNode.AlterType c : AlterServerNode.AlterType.values()) System.out.println(c);
public static AlterServerNode.AlterType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015 FoundationDB, LLC. All rights reserved.