Class IoStatDevice
java.lang.Object
co.elastic.clients.elasticsearch.nodes.IoStatDevice
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IoStatDevice>Json deserializer forIoStatDevice
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe Linux device name.static IoStatDevicefinal LongThe total number of read and write operations for the device completed since starting Elasticsearch.final LongThe total number of kilobytes read for the device since starting Elasticsearch.final LongThe total number of read operations for the device completed since starting Elasticsearch.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final LongThe total number of kilobytes written for the device since starting Elasticsearch.final LongThe total number of write operations for the device completed since starting Elasticsearch.
- 
Field Details- 
_DESERIALIZERJson deserializer forIoStatDevice
 
- 
- 
Method Details- 
of
- 
deviceNameThe Linux device name.API name: device_name
- 
operationsThe total number of read and write operations for the device completed since starting Elasticsearch.API name: operations
- 
readKilobytesThe total number of kilobytes read for the device since starting Elasticsearch.API name: read_kilobytes
- 
readOperationsThe total number of read operations for the device completed since starting Elasticsearch.API name: read_operations
- 
writeKilobytesThe total number of kilobytes written for the device since starting Elasticsearch.API name: write_kilobytes
- 
writeOperationsThe total number of write operations for the device completed since starting Elasticsearch.API name: write_operations
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupIoStatDeviceDeserializer
 
-