public class IoStatsEntry extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
backend
Back end type
|
long |
deleteCount
Number of delete events
|
long |
loadBytes
Cumulative loaded bytes
|
long |
loadCount
Number of load events
|
long |
storeBytes
Cumulative stored bytes
|
long |
storeCount
Number of store events
|
| Constructor and Description |
|---|
IoStatsEntry()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String backend
public long storeCount
public long storeBytes
public long deleteCount
public long loadCount
public long loadBytes