Class SnapshotShardsStatus
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.SnapshotShardsStatus
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class SnapshotShardsStatus extends java.lang.Object implements JsonpSerializable
-
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 -
Constructor Summary
Constructors Constructor Description SnapshotShardsStatus(SnapshotShardsStatus.Builder builder)SnapshotShardsStatus(java.util.function.Function<SnapshotShardsStatus.Builder,SnapshotShardsStatus.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 voidsetupSnapshotShardsStatusDeserializer(DelegatingDeserializer<SnapshotShardsStatus.Builder> op)ShardsStatsStagestage()API name:stageShardsStatsSummarystats()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
-
-
Constructor Details
-
SnapshotShardsStatus
-
SnapshotShardsStatus
public SnapshotShardsStatus(java.util.function.Function<SnapshotShardsStatus.Builder,SnapshotShardsStatus.Builder> fn)
-
-
Method Details
-
stage
API name:stage -
stats
API name:stats -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupSnapshotShardsStatusDeserializer
protected static void setupSnapshotShardsStatusDeserializer(DelegatingDeserializer<SnapshotShardsStatus.Builder> op)
-