public class RdbmsCoordinationConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ANCHOR |
protected static String |
CLUSTER_COORDINATOR_HEARTBEAT_TABLE |
protected static String |
CLUSTER_NODE_HEARTBEAT_TABLE |
protected static int |
COORDINATOR_ANCHOR |
static String |
COORDINATOR_ENTRY_CREATION_WAIT_TIME |
static String |
HEARTBEAT_INTERVAL |
protected static String |
IS_NEW_NODE |
protected static String |
LAST_HEARTBEAT |
protected static String |
NODE_ID |
static String |
NODE_IDENTIFIER |
protected static String |
PS_DELETE_COORDINATOR
Prepared statement to delete the coordinator entry.
|
protected static String |
PS_DELETE_NODE_HEARTBEAT
Prepared statement to delete the node heart beat entry for the specified node.
|
protected static String |
PS_GET_ALL_NODE_HEARTBEAT
Prepared statement to retrieve the last updated node heartbeats of all the nodes.
|
protected static String |
PS_GET_COORDINATOR_HEARTBEAT
Prepared statement to get the heartbeat of the coordinator.
|
protected static String |
PS_GET_COORDINATOR_NODE_ID
Prepared statement to get the node ID of the coordinator node.
|
protected static String |
PS_GET_COORDINATOR_ROW_FOR_NODE_ID
Prepared statement to check if the specified node is the coordinator.
|
protected static String |
PS_INSERT_COORDINATOR_ROW
Prepared statement to insert the coordinator row.
|
protected static String |
PS_INSERT_NODE_HEARTBEAT_ROW
Prepared statement to insert the node heartbeat entry of a new node.
|
protected static String |
PS_MARK_NODE_NOT_NEW
Prepared statement to mark the specified node as not new.
|
protected static String |
PS_UPDATE_COORDINATOR_HEARTBEAT
Prepared statement to update the coordinator heartbeat entry.
|
protected static String |
PS_UPDATE_NODE_HEARTBEAT
Prepared statement to update the node heartbeat of the specified node.
|
protected static String |
TASK_ADD_COORDINATOR_ROW |
protected static String |
TASK_ADD_NODE_ROW |
protected static String |
TASK_CHECK_IF_COORDINATOR |
protected static String |
TASK_GET_ALL_HEARTBEAT |
protected static String |
TASK_GET_COORDINATOR_INFORMATION |
protected static String |
TASK_MARK_NODE_NOT_NEW |
protected static String |
TASK_REMOVE_COORDINATOR |
protected static String |
TASK_REMOVE_NODE_HEARTBEAT |
protected static String |
TASK_UPDATE_COORDINATOR_HEARTBEAT |
protected static String |
TASK_UPDATE_NODE_HEARTBEAT |
| Constructor and Description |
|---|
RdbmsCoordinationConstants() |
public static final String HEARTBEAT_INTERVAL
public static final String COORDINATOR_ENTRY_CREATION_WAIT_TIME
public static final String NODE_IDENTIFIER
protected static final String TASK_ADD_COORDINATOR_ROW
protected static final String TASK_ADD_NODE_ROW
protected static final String TASK_CHECK_IF_COORDINATOR
protected static final String TASK_GET_ALL_HEARTBEAT
protected static final String TASK_GET_COORDINATOR_INFORMATION
protected static final String TASK_MARK_NODE_NOT_NEW
protected static final String TASK_REMOVE_COORDINATOR
protected static final String TASK_REMOVE_NODE_HEARTBEAT
protected static final String TASK_UPDATE_COORDINATOR_HEARTBEAT
protected static final String TASK_UPDATE_NODE_HEARTBEAT
protected static final String CLUSTER_COORDINATOR_HEARTBEAT_TABLE
protected static final String CLUSTER_NODE_HEARTBEAT_TABLE
protected static final String ANCHOR
protected static final String IS_NEW_NODE
protected static final String LAST_HEARTBEAT
protected static final String NODE_ID
protected static final int COORDINATOR_ANCHOR
protected static final String PS_GET_ALL_NODE_HEARTBEAT
protected static final String PS_DELETE_COORDINATOR
protected static final String PS_DELETE_NODE_HEARTBEAT
protected static final String PS_GET_COORDINATOR_NODE_ID
protected static final String PS_GET_COORDINATOR_HEARTBEAT
protected static final String PS_UPDATE_NODE_HEARTBEAT
protected static final String PS_INSERT_NODE_HEARTBEAT_ROW
protected static final String PS_UPDATE_COORDINATOR_HEARTBEAT
protected static final String PS_MARK_NODE_NOT_NEW
protected static final String PS_INSERT_COORDINATOR_ROW
protected static final String PS_GET_COORDINATOR_ROW_FOR_NODE_ID
Copyright © 2018 WSO2. All rights reserved.