Class FileSystem
java.lang.Object
co.elastic.clients.elasticsearch.nodes.FileSystem
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<FileSystem>
Json deserializer forFileSystem
-
Method Summary
Modifier and TypeMethodDescriptionfinal List<DataPathStats>
data()
List of all file stores.final IoStats
ioStats()
Contains I/O statistics for the node.static FileSystem
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
final Long
Last time the file stores statistics were refreshed.toString()
final FileSystemTotal
total()
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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFileSystemDeserializer
-