Class ShardFileSizeInfo
java.lang.Object
org.opensearch.client.opensearch.indices.stats.ShardFileSizeInfo
- All Implemented Interfaces:
ToJsonp
public final class ShardFileSizeInfo extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShardFileSizeInfo.BuilderBuilder forShardFileSizeInfo. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ShardFileSizeInfo>DESERIALIZERJson deserializer for ShardFileSizeInfo -
Constructor Summary
Constructors Modifier Constructor Description protectedShardFileSizeInfo(ShardFileSizeInfo.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.NumberaverageSizeInBytes()API name:average_size_in_bytesjava.lang.Numbercount()API name:countjava.lang.Stringdescription()API name:descriptionjava.lang.NumbermaxSizeInBytes()API name:max_size_in_bytesjava.lang.NumberminSizeInBytes()API name:min_size_in_bytesprotected static voidsetupShardFileSizeInfoDeserializer(DelegatingDeserializer<ShardFileSizeInfo.Builder> op)java.lang.NumbersizeInBytes()API name:size_in_bytesvoidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for ShardFileSizeInfo
-
-
Constructor Details
-
Method Details
-
description
public java.lang.String description()API name:description -
sizeInBytes
public java.lang.Number sizeInBytes()API name:size_in_bytes -
minSizeInBytes
@Nullable public java.lang.Number minSizeInBytes()API name:min_size_in_bytes -
maxSizeInBytes
@Nullable public java.lang.Number maxSizeInBytes()API name:max_size_in_bytes -
averageSizeInBytes
@Nullable public java.lang.Number averageSizeInBytes()API name:average_size_in_bytes -
count
@Nullable public java.lang.Number count()API name:count -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupShardFileSizeInfoDeserializer
protected static void setupShardFileSizeInfoDeserializer(DelegatingDeserializer<ShardFileSizeInfo.Builder> op)
-