Class FileSystem
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.FileSystem
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<FileSystem.Builder,FileSystem>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class FileSystem
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<FileSystem.Builder,FileSystem>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FileSystem> Json deserializer forFileSystem -
Method Summary
Modifier and TypeMethodDescriptionstatic FileSystem.Builderbuilder()final List<DataPathStats> data()List of all file stores.booleaninthashCode()final IoStatsioStats()API name:io_statsstatic 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.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.final FileSystemTotaltotal()API name:totalMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forFileSystem
-
-
Method Details
-
of
-
data
List of all file stores.API name:
data -
ioStats
API name:io_stats -
timestamp
Last time the file stores statistics were refreshed. Recorded in milliseconds since the Unix Epoch.API name:
timestamp -
total
API name:total -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<FileSystem.Builder,FileSystem> - Returns:
- a new builder instance.
-
builder
-
setupFileSystemDeserializer
-
hashCode
public int hashCode() -
equals
-