Class SnapshotLifecycleStats.SnapshotPolicyStats

java.lang.Object
org.elasticsearch.xpack.core.slm.SnapshotLifecycleStats.SnapshotPolicyStats
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment
Enclosing class:
SnapshotLifecycleStats

public static class SnapshotLifecycleStats.SnapshotPolicyStats extends Object implements Writeable, org.elasticsearch.xcontent.ToXContentFragment
  • Field Details

    • POLICY_ID

      public static final org.elasticsearch.xcontent.ParseField POLICY_ID
    • SNAPSHOTS_TAKEN

      public static final org.elasticsearch.xcontent.ParseField SNAPSHOTS_TAKEN
    • SNAPSHOTS_FAILED

      public static final org.elasticsearch.xcontent.ParseField SNAPSHOTS_FAILED
    • SNAPSHOTS_DELETED

      public static final org.elasticsearch.xcontent.ParseField SNAPSHOTS_DELETED
    • SNAPSHOT_DELETION_FAILURES

      public static final org.elasticsearch.xcontent.ParseField SNAPSHOT_DELETION_FAILURES
  • Constructor Details

    • SnapshotPolicyStats

      public SnapshotPolicyStats(String slmPolicy)
    • SnapshotPolicyStats

      public SnapshotPolicyStats(String policyId, long snapshotsTaken, long snapshotsFailed, long deleted, long failedDeletes)
    • SnapshotPolicyStats

      public SnapshotPolicyStats(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details