public static class ReplicatedEnvironmentFacade.ReplicationNodeImpl extends Object implements com.sleepycat.je.rep.ReplicationNode
| Constructor and Description |
|---|
ReplicationNodeImpl(String nodeName,
String hostPort) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName() |
String |
getName() |
int |
getPort() |
InetSocketAddress |
getSocketAddress() |
com.sleepycat.je.rep.NodeType |
getType() |
String |
toString() |
public String getName()
getName in interface com.sleepycat.je.rep.ReplicationNodepublic com.sleepycat.je.rep.NodeType getType()
getType in interface com.sleepycat.je.rep.ReplicationNodepublic InetSocketAddress getSocketAddress()
getSocketAddress in interface com.sleepycat.je.rep.ReplicationNodepublic String getHostName()
getHostName in interface com.sleepycat.je.rep.ReplicationNodepublic int getPort()
getPort in interface com.sleepycat.je.rep.ReplicationNodeCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.