|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReplicationNode
An administrative view of a node in a replication group.
Method Summary | |
---|---|
String |
getHostName()
Returns the host name associated with the node. |
String |
getName()
Returns the unique name associated with the node. |
int |
getPort()
Returns the port number associated with the node. |
InetSocketAddress |
getSocketAddress()
The socket address used by other nodes in the replication group to communicate with this node. |
NodeType |
getType()
Returns the type associated with the node. |
Method Detail |
---|
String getName()
NodeType getType()
ELECTABLE
or MONITOR
InetSocketAddress getSocketAddress()
String getHostName()
int getPort()
|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |