public class NodeIdentity extends Object implements Serializable
NodeIdentity()
NodeIdentity(String ip, String name)
boolean
equals(Object obj)
String
getIp()
getName()
List<IIdentity>
getNodeIdentities()
getPid()
int
hashCode()
protected void
setIp(String ip)
setName(String name)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public NodeIdentity(String ip, String name) throws Exception
Exception
public NodeIdentity() throws Exception
public String getPid()
public List<IIdentity> getNodeIdentities()
public String getName()
protected void setName(String name)
public String getIp()
protected void setIp(String ip)
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.