Class IndicesVersions
java.lang.Object
org.opensearch.client.opensearch.cluster.stats.IndicesVersions
- All Implemented Interfaces:
ToJsonp
public final class IndicesVersions extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndicesVersions.BuilderBuilder forIndicesVersions. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndicesVersions>DESERIALIZERJson deserializer for IndicesVersions -
Constructor Summary
Constructors Modifier Constructor Description protectedIndicesVersions(IndicesVersions.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.NumberindexCount()API name:index_countjava.lang.NumberprimaryShardCount()API name:primary_shard_countprotected static voidsetupIndicesVersionsDeserializer(DelegatingDeserializer<IndicesVersions.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.lang.NumbertotalPrimaryBytes()API name:total_primary_bytesjava.lang.Stringversion()API name:version
-
Field Details
-
DESERIALIZER
Json deserializer for IndicesVersions
-
-
Constructor Details
-
Method Details
-
indexCount
public java.lang.Number indexCount()API name:index_count -
primaryShardCount
public java.lang.Number primaryShardCount()API name:primary_shard_count -
totalPrimaryBytes
public java.lang.Number totalPrimaryBytes()API name:total_primary_bytes -
version
public java.lang.String version()API name:version -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupIndicesVersionsDeserializer
protected static void setupIndicesVersionsDeserializer(DelegatingDeserializer<IndicesVersions.Builder> op)
-