Class DataPathStats
- java.lang.Object
-
- org.opensearch.client.opensearch.nodes.DataPathStats
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class DataPathStats extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataPathStats.BuilderBuilder forDataPathStats.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DataPathStats>_DESERIALIZERJson deserializer forDataPathStats
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longavailableInBytes()Required - API name:available_in_byteslongfreeInBytes()Required - API name:free_in_bytesjava.lang.Stringmount()Required - API name:mountstatic DataPathStatsof(java.util.function.Function<DataPathStats.Builder,ObjectBuilder<DataPathStats>> fn)java.lang.Stringpath()Required - API name:pathvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDataPathStatsDeserializer(ObjectDeserializer<DataPathStats.Builder> op)longtotalInBytes()Required - API name:total_in_bytesjava.lang.Stringtype()Required - API name:type
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<DataPathStats> _DESERIALIZER
Json deserializer forDataPathStats
-
-
Method Detail
-
of
public static DataPathStats of(java.util.function.Function<DataPathStats.Builder,ObjectBuilder<DataPathStats>> fn)
-
availableInBytes
public final long availableInBytes()
Required - API name:available_in_bytes
-
freeInBytes
public final long freeInBytes()
Required - API name:free_in_bytes
-
mount
public final java.lang.String mount()
Required - API name:mount
-
path
public final java.lang.String path()
Required - API name:path
-
totalInBytes
public final long totalInBytes()
Required - API name:total_in_bytes
-
type
public final java.lang.String type()
Required - API name:type
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupDataPathStatsDeserializer
protected static void setupDataPathStatsDeserializer(ObjectDeserializer<DataPathStats.Builder> op)
-
-