Class SnapshotShardsStatus
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.SnapshotShardsStatus
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class SnapshotShardsStatus extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSnapshotShardsStatus.BuilderBuilder forSnapshotShardsStatus. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SnapshotShardsStatus>_DESERIALIZERJson deserializer forSnapshotShardsStatus -
Method Summary
Modifier and Type Method Description static SnapshotShardsStatusof(java.util.function.Function<SnapshotShardsStatus.Builder,ObjectBuilder<SnapshotShardsStatus>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSnapshotShardsStatusDeserializer(ObjectDeserializer<SnapshotShardsStatus.Builder> op)ShardsStatsStagestage()Required - API name:stageShardsStatsSummarystats()Required - 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 forSnapshotShardsStatus
-
-
Method Details
-
of
public static SnapshotShardsStatus of(java.util.function.Function<SnapshotShardsStatus.Builder,ObjectBuilder<SnapshotShardsStatus>> fn) -
stage
Required - API name:stage -
stats
Required - API name:stats -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupSnapshotShardsStatusDeserializer
protected static void setupSnapshotShardsStatusDeserializer(ObjectDeserializer<SnapshotShardsStatus.Builder> op)
-