public class HeartbeatMessage
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
HeartbeatMessage(java.lang.String clusterId,
int podIndex,
int serverIndex,
long timestamp,
boolean isReply) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClusterId() |
int |
getPodIndex() |
int |
getServerIndex() |
long |
getTimestamp() |
boolean |
isReply() |
java.lang.String |
toString() |
public HeartbeatMessage(java.lang.String clusterId, int podIndex, int serverIndex, long timestamp, boolean isReply)
public java.lang.String getClusterId()
public int getPodIndex()
public int getServerIndex()
public long getTimestamp()
public boolean isReply()
public java.lang.String toString()
toString
in class java.lang.Object