public interface ReplicationNode
Modifier and Type | Method and Description |
---|---|
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.
|
String getName()
NodeType getType()
InetSocketAddress getSocketAddress()
String getHostName()
int getPort()
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.