public class NetworkEvent extends EventV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
data
Pretty print of the first few bytes of the msg payload.
|
java.lang.String |
date
Time when the event was recorded.
|
java.lang.String |
from
Sending node
|
boolean |
is_send
Boolean flag distinguishing between sends (true) and receives(false)
|
java.lang.String |
msg_type
UDP type (exec,ack, ackack,...
|
long |
nanos
Time in nanos
|
java.lang.String |
protocol
network protocol (UDP/TCP)
|
java.lang.String |
to
Receiving node
|
EventType |
type
type of recorded event
|
| Constructor and Description |
|---|
NetworkEvent() |
public boolean is_send
public java.lang.String protocol
public java.lang.String msg_type
public java.lang.String from
public java.lang.String to
public java.lang.String data
public java.lang.String date
public long nanos
public EventType type