Class IndexDetails
- java.lang.Object
-
- org.opensearch.client.opensearch.snapshot.IndexDetails
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IndexDetails extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexDetails.BuilderBuilder forIndexDetails.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexDetails>_DESERIALIZERJson deserializer forIndexDetails
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longmaxSegmentsPerShard()Required - API name:max_segments_per_shardstatic IndexDetailsof(java.util.function.Function<IndexDetails.Builder,ObjectBuilder<IndexDetails>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIndexDetailsDeserializer(ObjectDeserializer<IndexDetails.Builder> op)intshardCount()Required - API name:shard_countjava.lang.Stringsize()API name:sizelongsizeInBytes()Required - API name:size_in_bytes
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<IndexDetails> _DESERIALIZER
Json deserializer forIndexDetails
-
-
Method Detail
-
of
public static IndexDetails of(java.util.function.Function<IndexDetails.Builder,ObjectBuilder<IndexDetails>> fn)
-
shardCount
public final int shardCount()
Required - API name:shard_count
-
size
@Nullable public final java.lang.String size()
API name:size
-
sizeInBytes
public final long sizeInBytes()
Required - API name:size_in_bytes
-
maxSegmentsPerShard
public final long maxSegmentsPerShard()
Required - API name:max_segments_per_shard
-
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)
-
setupIndexDetailsDeserializer
protected static void setupIndexDetailsDeserializer(ObjectDeserializer<IndexDetails.Builder> op)
-
-