Class Statistics

java.lang.Object
co.elastic.clients.elasticsearch.slm.Statistics
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class Statistics extends Object implements JsonpSerializable
See Also:
  • Field Details

  • Method Details

    • of

    • retentionDeletionTime

      @Nullable public final Time retentionDeletionTime()
      API name: retention_deletion_time
    • retentionDeletionTimeMillis

      @Nullable public final Long retentionDeletionTimeMillis()
      API name: retention_deletion_time_millis
    • retentionFailed

      @Nullable public final Long retentionFailed()
      API name: retention_failed
    • retentionRuns

      @Nullable public final Long retentionRuns()
      API name: retention_runs
    • retentionTimedOut

      @Nullable public final Long retentionTimedOut()
      API name: retention_timed_out
    • policy

      @Nullable public final String policy()
      API name: policy
    • totalSnapshotsDeleted

      @Nullable public final Long totalSnapshotsDeleted()
      API name: total_snapshots_deleted
    • totalSnapshotDeletionFailures

      @Nullable public final Long totalSnapshotDeletionFailures()
      API name: total_snapshot_deletion_failures
    • totalSnapshotsFailed

      @Nullable public final Long totalSnapshotsFailed()
      API name: total_snapshots_failed
    • totalSnapshotsTaken

      @Nullable public final Long totalSnapshotsTaken()
      API name: total_snapshots_taken
    • serialize

      public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setupStatisticsDeserializer

      protected static void setupStatisticsDeserializer(ObjectDeserializer<Statistics.Builder> op)