Class Status
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.Status
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Status>Json deserializer forStatus -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanRequired - API name:include_global_statefinal Map<String,SnapshotIndexStats> indices()Required - API name:indicesstatic Statusfinal StringRequired - API name:repositoryvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal ShardsStatsRequired - API name:shards_statsfinal Stringsnapshot()Required - API name:snapshotfinal Stringstate()Required - API name:statefinal SnapshotStatsstats()Required - API name:statstoString()final Stringuuid()Required - API name:uuid
-
Field Details
-
_DESERIALIZER
Json deserializer forStatus
-
-
Method Details
-
of
-
includeGlobalState
public final boolean includeGlobalState()Required - API name:include_global_state -
indices
Required - API name:indices -
repository
Required - API name:repository -
shardsStats
Required - API name:shards_stats -
snapshot
Required - API name:snapshot -
state
Required - API name:state -
stats
Required - API name:stats -
uuid
Required - API name:uuid -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupStatusDeserializer
-