Class ResetFeatureStateResponse.ResetFeatureStateStatus

org.elasticsearch.action.admin.cluster.snapshots.features.ResetFeatureStateResponse.ResetFeatureStateStatus
All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject
Enclosing class:
ResetFeatureStateResponse

public static class ResetFeatureStateResponse.ResetFeatureStateStatus extends implements Writeable, org.elasticsearch.common.xcontent.ToXContentObject
An object with the name of a feature and a message indicating success or failure.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Success or failure enum.

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

    org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params

    Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

    Writeable.Reader<V>, Writeable.Writer<V>
  • Field Summary

    Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     o)
    Without a convenient way to compare Exception equality, we consider only feature name and success or failure for equality.
     featureName,  exception)
    Create a feature status for a failed reset operation
     
     
     
    int
     
     featureName)
    Create a feature status for a successful reset operation
     
    org.elasticsearch.common.xcontent.XContentBuilder
    toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
     
    void
    Write this into the StreamOutput.

    Methods inherited from class java.lang.

    , , , , , , ,

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject

    isFragment
  • Method Details

    • success

      public static  featureName)
      Create a feature status for a successful reset operation
      Parameters:
      featureName - Name of the feature whose state was successfully reset
      Returns:
      Success status for a feature
    • failure

      public static  featureName,  exception)
      Create a feature status for a failed reset operation
      Parameters:
      featureName - Name of the feature that failed
      exception - The exception that caused or described the failure
      Returns:
      Failure status for a feature
    • getFeatureName

      public  getFeatureName()
      Returns:
      Name of the feature we tried to reset
    • getStatus

      Returns:
      Success or failure for the reset operation
    • getException

      @Nullable public  getException()
      Returns:
      For a failed reset operation, the exception that caused or describes the failure.
    • toXContent

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

      public boolean equals( o)
      Without a convenient way to compare Exception equality, we consider only feature name and success or failure for equality.
      Overrides:
       in class 
      Parameters:
      o - An object to compare for equality
      Returns:
      True if the feature name and status are equal, false otherwise
    • hashCode

      public int hashCode()
      Overrides:
       in class 
      Returns:
      Hash code based only on feature name and status.
    • writeTo

      public void writeTo(StreamOutput out) throws
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
    • toString

      public  toString()
      Overrides:
       in class