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
@SerializedName(value="store_count") public long storeCount
@SerializedName(value="store_bytes") public long storeBytes
@SerializedName(value="delete_count") public long deleteCount
@SerializedName(value="load_count") public long loadCount
@SerializedName(value="load_bytes") public long loadBytes