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