Class SnapshotIndexStats
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.SnapshotIndexStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SnapshotIndexStats>Json deserializer forSnapshotIndexStats -
Method Summary
Modifier 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
-
_DESERIALIZER
Json deserializer forSnapshotIndexStats
-
-
Method Details
-
of
public static SnapshotIndexStats of(Function<SnapshotIndexStats.Builder, ObjectBuilder<SnapshotIndexStats>> fn) -
shards
Required - API name:shards -
shardsStats
Required - API name:shards_stats -
stats
Required - API name:stats -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSnapshotIndexStatsDeserializer
protected static void setupSnapshotIndexStatsDeserializer(ObjectDeserializer<SnapshotIndexStats.Builder> op)
-