public class IOEvent extends EventV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
data
data info
|
java.lang.String |
io_flavor
flavor of the recorded io (ice/hdfs/...)
|
java.lang.String |
node
node where this io event happened
|
| Constructor and Description |
|---|
IOEvent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|