| |
|
| java.lang.Object org.continuent.sequoia.common.util.Constants
CONTROLLER_PING_VERSION | final public static byte CONTROLLER_PING_VERSION(Code) | | Controller ping protocol version = byte that is sent/received as ping/pong
|
SHUTDOWN_FORCE | final public static int SHUTDOWN_FORCE(Code) | | Shutdown Mode Force: Does not wait for the end of the current transactions
and kill all connections. Recovery will be needed on restart.
|
SHUTDOWN_SAFE | final public static int SHUTDOWN_SAFE(Code) | | Shutdown Mode Safe: Wait for all current transactions to complete before
shutdown
|
SHUTDOWN_WAIT | final public static int SHUTDOWN_WAIT(Code) | | Shutdown Mode Wait: Wait for all clients to disconnect
|
VERSION | final public static String VERSION(Code) | | Sequoia version.
|
getMajorVersion | final public static int getMajorVersion()(Code) | | Sequoia major version
major version |
getMinorVersion | final public static int getMinorVersion()(Code) | | Sequoia minor version
minor version |
|
|
|