public abstract class ClusterMessageBase extends Object implements ClusterMessage
Constructor and Description |
---|
ClusterMessageBase() |
Modifier and Type | Method and Description |
---|---|
Member |
getAddress() |
long |
getTimestamp() |
void |
setAddress(Member member) |
void |
setTimestamp(long timestamp) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getUniqueId
protected transient Member address
public Member getAddress()
getAddress
in interface ClusterMessage
public long getTimestamp()
getTimestamp
in interface ClusterMessage
public void setAddress(Member member)
setAddress
in interface ClusterMessage
public void setTimestamp(long timestamp)
setTimestamp
in interface ClusterMessage
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.