public class IOEvent extends EventV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
data
data info
|
java.lang.String |
date
Time when the event was recorded.
|
java.lang.String |
io_flavor
flavor of the recorded io (ice/hdfs/...)
|
long |
nanos
Time in nanos
|
java.lang.String |
node
node where this io event happened
|
EventType |
type
type of recorded event
|
| Constructor and Description |
|---|
IOEvent() |
public java.lang.String io_flavor
public java.lang.String node
public java.lang.String data
public java.lang.String date
public long nanos
public EventType type