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.ReplicationNode
public com.sleepycat.je.rep.NodeType getType()
getType
in interface com.sleepycat.je.rep.ReplicationNode
public InetSocketAddress getSocketAddress()
getSocketAddress
in interface com.sleepycat.je.rep.ReplicationNode
public String getHostName()
getHostName
in interface com.sleepycat.je.rep.ReplicationNode
public int getPort()
getPort
in interface com.sleepycat.je.rep.ReplicationNode
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.