Class FileSystem
java.lang.Object
co.elastic.clients.elasticsearch.nodes.FileSystem
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class FileSystem extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileSystem.BuilderBuilder forFileSystem. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FileSystem>_DESERIALIZERJson deserializer forFileSystem -
Constructor Summary
Constructors Constructor Description FileSystem(FileSystem.Builder builder)FileSystem(java.util.function.Function<FileSystem.Builder,FileSystem.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.List<DataPathStats>data()Required - API name:datavoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupFileSystemDeserializer(DelegatingDeserializer<FileSystem.Builder> op)longtimestamp()Required - API name:timestampFileSystemTotaltotal()Required - API name:totalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forFileSystem
-
-
Constructor Details
-
FileSystem
-
FileSystem
-
-
Method Details
-
data
Required - API name:data -
timestamp
public long timestamp()Required - API name:timestamp -
total
Required - API name:total -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupFileSystemDeserializer
-