public interface ManagedBDBHAMessageStore
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_COALESCING_SYNC |
static String |
ATTR_DESIGNATED_PRIMARY |
static String |
ATTR_DURABILITY |
static String |
ATTR_GROUP_NAME |
static String |
ATTR_HELPER_HOST_PORT |
static String |
ATTR_NODE_HOST_PORT |
static String |
ATTR_NODE_NAME |
static String |
ATTR_NODE_STATE |
static String |
GRP_MEM_COL_NODE_HOST_PORT |
static String |
GRP_MEM_COL_NODE_NAME |
static String |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
TabularData |
getAllNodesInGroup() |
boolean |
getCoalescingSync() |
boolean |
getDesignatedPrimary() |
String |
getDurability() |
String |
getGroupName() |
String |
getHelperHostPort() |
String |
getNodeHostPort() |
String |
getNodeName() |
String |
getNodeState() |
void |
removeNodeFromGroup(String nodeName) |
void |
setDesignatedPrimary(boolean primary) |
void |
updateAddress(String nodeName,
String newHostName,
int newPort) |
static final String TYPE
static final String ATTR_GROUP_NAME
static final String ATTR_NODE_NAME
static final String ATTR_NODE_HOST_PORT
static final String ATTR_HELPER_HOST_PORT
static final String ATTR_DURABILITY
static final String ATTR_NODE_STATE
static final String ATTR_DESIGNATED_PRIMARY
static final String ATTR_COALESCING_SYNC
static final String GRP_MEM_COL_NODE_HOST_PORT
static final String GRP_MEM_COL_NODE_NAME
String getGroupName() throws IOException, JMException
IOExceptionJMExceptionString getNodeName() throws IOException, JMException
IOExceptionJMExceptionString getNodeHostPort() throws IOException, JMException
IOExceptionJMExceptionString getNodeState() throws IOException, JMException
IOExceptionJMExceptionString getHelperHostPort() throws IOException, JMException
IOExceptionJMExceptionString getDurability() throws IOException, JMException
IOExceptionJMExceptionboolean getDesignatedPrimary()
throws IOException,
JMException
IOExceptionJMExceptionboolean getCoalescingSync()
throws IOException,
JMException
IOExceptionJMExceptionTabularData getAllNodesInGroup() throws IOException, JMException
IOExceptionJMExceptionvoid removeNodeFromGroup(String nodeName) throws JMException
JMExceptionvoid setDesignatedPrimary(boolean primary)
throws JMException
JMExceptionvoid updateAddress(String nodeName, String newHostName, int newPort) throws JMException
JMExceptionCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.