Class SnapshotLifecycleStats.SnapshotPolicyStats

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

public static class SnapshotLifecycleStats.SnapshotPolicyStats extends Object implements org.elasticsearch.xcontent.ToXContentFragment
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent

    org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.elasticsearch.xcontent.ParseField
     

    Fields inherited from interface org.elasticsearch.xcontent.ToXContent

    EMPTY_PARAMS
  • Constructor Summary

    Constructors
    Constructor
    Description
    SnapshotPolicyStats(String policyId, long snapshotsTaken, long snapshotsFailed, long deleted, long failedDeletes)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    long
     
    long
     
    long
     
    long
     
    int
     
    parse(org.elasticsearch.xcontent.XContentParser parser, String policyId)
     
    org.elasticsearch.xcontent.XContentBuilder
    toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params)
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.xcontent.ToXContentFragment

    isFragment
  • Field Details

    • POLICY_ID

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

    • SnapshotPolicyStats

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

    • parse

      public static SnapshotLifecycleStats.SnapshotPolicyStats parse(org.elasticsearch.xcontent.XContentParser parser, String policyId)
    • getPolicyId

      public String getPolicyId()
    • getSnapshotsTaken

      public long getSnapshotsTaken()
    • getSnapshotsFailed

      public long getSnapshotsFailed()
    • getSnapshotsDeleted

      public long getSnapshotsDeleted()
    • getSnapshotDeleteFailures

      public long getSnapshotDeleteFailures()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException