Class SnapshotIndexStats
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.SnapshotIndexStats
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SnapshotIndexStats>Json deserializer forSnapshotIndexStats
- 
Method SummaryModifier and TypeMethodDescriptionstatic SnapshotIndexStatsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Map<String,SnapshotShardsStatus> shards()Required - API name:shardsfinal ShardsStatsRequired - API name:shards_statsfinal SnapshotStatsstats()Required - API name:statstoString()
- 
Field Details- 
_DESERIALIZERJson deserializer forSnapshotIndexStats
 
- 
- 
Method Details- 
ofpublic static SnapshotIndexStats of(Function<SnapshotIndexStats.Builder, ObjectBuilder<SnapshotIndexStats>> fn) 
- 
shardsRequired - API name:shards
- 
shardsStatsRequired - API name:shards_stats
- 
statsRequired - API name:stats
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupSnapshotIndexStatsDeserializerprotected static void setupSnapshotIndexStatsDeserializer(ObjectDeserializer<SnapshotIndexStats.Builder> op) 
 
-