public interface ReplicationNode
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getHostName() |
Returns the host name associated with the node.
|
java.lang.String |
getName() |
Returns the unique name associated with the node.
|
int |
getPort() |
Returns the port number associated with the node.
|
java.net.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.
|
java.lang.String getName()
NodeType getType()
java.net.InetSocketAddress getSocketAddress()
java.lang.String getHostName()
int getPort()
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.