Class FileSystem
java.lang.Object
co.elastic.clients.elasticsearch.nodes.FileSystem
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FileSystem>Json deserializer forFileSystem -
Method Summary
Modifier and TypeMethodDescriptionfinal List<DataPathStats>data()List of all file stores.final IoStatsioStats()Contains I/O statistics for the node.static FileSystemvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal LongLast time the file stores statistics were refreshed.toString()final FileSystemTotaltotal()Contains statistics for all file stores of the node.
-
Field Details
-
_DESERIALIZER
Json deserializer forFileSystem
-
-
Method Details
-
of
-
data
List of all file stores.API name:
data -
timestamp
Last time the file stores statistics were refreshed. Recorded in milliseconds since the Unix Epoch.API name:
timestamp -
total
Contains statistics for all file stores of the node.API name:
total -
ioStats
Contains I/O statistics for the node.API name:
io_stats -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFileSystemDeserializer
-