public class HeartBeatEvent extends EventV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
date
Time when the event was recorded.
|
long |
nanos
Time in nanos
|
int |
recvs
number of received heartbeats
|
int |
sends
number of sent heartbeats
|
EventType |
type
type of recorded event
|
| Constructor and Description |
|---|
HeartBeatEvent() |
public int sends
public int recvs
public java.lang.String date
public long nanos
public EventType type