Class Statistics
java.lang.Object
co.elastic.clients.elasticsearch.slm.Statistics
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Statistics>Json deserializer forStatistics -
Method Summary
Modifier and TypeMethodDescriptionstatic Statisticsfinal Stringpolicy()API name:policyfinal TimeAPI name:retention_deletion_timefinal LongAPI name:retention_deletion_time_millisfinal LongAPI name:retention_failedfinal LongAPI name:retention_runsfinal LongAPI name:retention_timed_outvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final LongAPI name:total_snapshot_deletion_failuresfinal LongAPI name:total_snapshots_deletedfinal LongAPI name:total_snapshots_failedfinal LongAPI name:total_snapshots_taken
-
Field Details
-
_DESERIALIZER
Json deserializer forStatistics
-
-
Method Details
-
of
-
retentionDeletionTime
API name:retention_deletion_time -
retentionDeletionTimeMillis
API name:retention_deletion_time_millis -
retentionFailed
API name:retention_failed -
retentionRuns
API name:retention_runs -
retentionTimedOut
API name:retention_timed_out -
policy
API name:policy -
totalSnapshotsDeleted
API name:total_snapshots_deleted -
totalSnapshotDeletionFailures
API name:total_snapshot_deletion_failures -
totalSnapshotsFailed
API name:total_snapshots_failed -
totalSnapshotsTaken
API name:total_snapshots_taken -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupStatisticsDeserializer
-