- getAllHeartBeatData() - Method in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationDaoImpl
-
Get node heart beat status for all the existing nodes.
- getAllNodeDetails() - Method in interface org.wso2.broker.coordination.CoordinationStrategy
-
Retrieve node details of all the nodes.
- getAllNodeDetails() - Method in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationStrategy
-
Retrieve node details of all the nodes.
- getAllNodeIdentifiers() - Method in interface org.wso2.broker.coordination.CoordinationStrategy
-
Retrieve IDs of all the nodes.
- getAllNodeIdentifiers() - Method in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationStrategy
-
Retrieve IDs of all the nodes.
- getCode() - Method in enum org.wso2.broker.coordination.rdbms.MembershipEventType
-
Retrieve the integer code of the event type.
- getConnection() - Method in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationDaoImpl
-
Create a connection using a thread pooled data source object and return the connection.
- getCoordinatorEntryCreationWaitTime() - Method in class org.wso2.broker.coordination.rdbms.CoordinationConfiguration.RdbmsCoordinationConfiguration
-
- getCoordinatorNodeId() - Method in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationDaoImpl
-
Retrieve the current coordinator's node ID.
- getErrorCode() - Method in exception org.wso2.broker.coordination.CoordinationException
-
- getEventPollingInterval() - Method in class org.wso2.broker.coordination.rdbms.CoordinationConfiguration.RdbmsCoordinationConfiguration
-
- getHaConfig() - Method in class org.wso2.broker.coordination.BrokerHaConfiguration
-
- getHeartbeatInterval() - Method in class org.wso2.broker.coordination.rdbms.CoordinationConfiguration.RdbmsCoordinationConfiguration
-
- getLastHeartbeat() - Method in class org.wso2.broker.coordination.node.NodeHeartbeatData
-
Getter method for last heartbeat.
- getMember() - Method in class org.wso2.broker.coordination.rdbms.MembershipEvent
-
Retrieve the node id of the member for which the membership event is triggered.
- getMembershipEventType() - Method in class org.wso2.broker.coordination.rdbms.MembershipEvent
-
Retrieve the type of the membership event.
- getNodeId() - Method in class org.wso2.broker.coordination.node.NodeDetail
-
Getter method for the node ID.
- getNodeId() - Method in class org.wso2.broker.coordination.node.NodeHeartbeatData
-
Getter method for Node ID.
- getNodeId() - Method in class org.wso2.broker.coordination.rdbms.CoordinationConfiguration.RdbmsCoordinationConfiguration
-
- getNodeIdentifierOfCoordinator() - Method in interface org.wso2.broker.coordination.CoordinationStrategy
-
Retrieve the node ID of the coordinator node.
- getNodeIdentifierOfCoordinator() - Method in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationStrategy
-
Retrieve the node ID of the coordinator node.
- getRdbmsCoordinationConfig() - Method in class org.wso2.broker.coordination.rdbms.CoordinationConfiguration
-
- getStrategy() - Method in class org.wso2.broker.coordination.BrokerHaConfiguration.HaConfiguration
-
- getTypeFromInt(int) - Static method in enum org.wso2.broker.coordination.rdbms.MembershipEventType
-
Retrieve the relevant type of the membership event by passing the integer code.
- PS_CLEAN_MEMBERSHIP_EVENTS_FOR_EVENT_ID - Static variable in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationConstants
-
Prepared statement to clear the all events of the specified type of membership event.
- PS_CLEAN_MEMBERSHIP_EVENTS_FOR_NODE - Static variable in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationConstants
-
Prepared statement to clear membership change events destined to a particular member.
- PS_DELETE_COORDINATOR - Static variable in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationConstants
-
Prepared statement to delete the coordinator entry.
- PS_DELETE_NODE_HEARTBEAT - Static variable in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationConstants
-
Prepared statement to delete the node heart beat entry for the specified node.
- PS_GET_ALL_NODE_HEARTBEAT - Static variable in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationConstants
-
Prepared statement to retrieve the last updated node heartbeats of all the nodes.
- PS_GET_COORDINATOR_HEARTBEAT - Static variable in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationConstants
-
Prepared statement to get the heartbeat of the coordinator.
- PS_GET_COORDINATOR_NODE_ID - Static variable in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationConstants
-
Prepared statement to get the node ID of the coordinator node.
- PS_GET_COORDINATOR_ROW_FOR_NODE_ID - Static variable in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationConstants
-
Prepared statement to check if the specified node is the coordinator.
- PS_INSERT_COORDINATOR_ROW - Static variable in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationConstants
-
Prepared statement to insert the coordinator row.
- PS_INSERT_MEMBERSHIP_EVENT - Static variable in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationConstants
-
Prepared statement to insert a membership change event entry.
- PS_INSERT_NODE_HEARTBEAT_ROW - Static variable in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationConstants
-
Prepared statement to insert the node heartbeat entry of a new node.
- PS_MARK_NODE_NOT_NEW - Static variable in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationConstants
-
Prepared statement to mark the specified node as not new.
- PS_SELECT_MEMBERSHIP_EVENT - Static variable in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationConstants
-
Prepared statement to retrieve membership change events destined to a particular member.
- PS_UPDATE_COORDINATOR_HEARTBEAT - Static variable in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationConstants
-
Prepared statement to update the coordinator heartbeat entry.
- PS_UPDATE_NODE_HEARTBEAT - Static variable in class org.wso2.broker.coordination.rdbms.RdbmsCoordinationConstants
-
Prepared statement to update the node heartbeat of the specified node.