Class IndexDetails
java.lang.Object
org.opensearch.client.opensearch.snapshot.IndexDetails
- All Implemented Interfaces:
ToJsonp
public final class IndexDetails extends java.lang.Object implements ToJsonp
-
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 for IndexDetails -
Constructor Summary
Constructors Modifier Constructor Description protectedIndexDetails(IndexDetails.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.NumbermaxSegmentsPerShard()API name:max_segments_per_shardprotected static voidsetupIndexDetailsDeserializer(DelegatingDeserializer<IndexDetails.Builder> op)java.lang.NumbershardCount()API name:shard_countjakarta.json.JsonValuesize()API name:sizejava.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 IndexDetails
-
-
Constructor Details
-
Method Details
-
shardCount
public java.lang.Number shardCount()API name:shard_count -
size
@Nullable public jakarta.json.JsonValue size()API name:size -
sizeInBytes
public java.lang.Number sizeInBytes()API name:size_in_bytes -
maxSegmentsPerShard
public java.lang.Number maxSegmentsPerShard()API name:max_segments_per_shard -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupIndexDetailsDeserializer
protected static void setupIndexDetailsDeserializer(DelegatingDeserializer<IndexDetails.Builder> op)
-