Class SnapshotIndexStats
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.SnapshotIndexStats
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class SnapshotIndexStats extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSnapshotIndexStats.BuilderBuilder forSnapshotIndexStats. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SnapshotIndexStats>_DESERIALIZERJson deserializer forSnapshotIndexStats -
Constructor Summary
Constructors Constructor Description SnapshotIndexStats(SnapshotIndexStats.Builder builder)SnapshotIndexStats(java.util.function.Function<SnapshotIndexStats.Builder,SnapshotIndexStats.Builder> fn) -
Method Summary
Modifier and Type Method Description voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSnapshotIndexStatsDeserializer(DelegatingDeserializer<SnapshotIndexStats.Builder> op)java.util.Map<java.lang.String,SnapshotShardsStatus>shards()API name:shardsShardsStatsshardsStats()API name:shards_statsSnapshotStatsstats()API name:statsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forSnapshotIndexStats
-
-
Constructor Details
-
SnapshotIndexStats
-
SnapshotIndexStats
public SnapshotIndexStats(java.util.function.Function<SnapshotIndexStats.Builder,SnapshotIndexStats.Builder> fn)
-
-
Method Details
-
shards
API name:shards -
shardsStats
API name:shards_stats -
stats
API name:stats -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupSnapshotIndexStatsDeserializer
protected static void setupSnapshotIndexStatsDeserializer(DelegatingDeserializer<SnapshotIndexStats.Builder> op)
-