public abstract class NodeStructImpl extends Object implements NodeStruct
Constructor and Description |
---|
NodeStructImpl(String id,
int version) |
Modifier and Type | Method and Description |
---|---|
void |
addData(GroupCommunicationMessage msg) |
abstract boolean |
checkDead(GroupCommunicationMessage gcm) |
boolean |
equals(Object obj) |
byte[] |
getData() |
String |
getId() |
int |
getVersion() |
int |
hashCode() |
void |
setVersion(int version) |
String |
toString() |
public NodeStructImpl(String id, int version)
public int getVersion()
getVersion
in interface NodeStruct
public void setVersion(int version)
setVersion
in interface NodeStruct
public String getId()
getId
in interface NodeStruct
public void addData(GroupCommunicationMessage msg)
addData
in interface NodeStruct
public byte[] getData()
getData
in interface NodeStruct
public abstract boolean checkDead(GroupCommunicationMessage gcm)
Copyright © 2016 The Apache Software Foundation. All rights reserved.