Class ResetFeatureStateResponse

org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.action.admin.cluster.snapshots.features.ResetFeatureStateResponse
All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject, org.elasticsearch.core.RefCounted

public class ResetFeatureStateResponse extends ActionResponse implements org.elasticsearch.common.xcontent.ToXContentObject
Response to a feature state reset request.
  • Constructor Details

    • ResetFeatureStateResponse

      public ResetFeatureStateResponse(<ResetFeatureStateResponse.ResetFeatureStateStatus> resetFeatureStateStatuses)
      Create a response showing which features have had state reset and success or failure status.
      Parameters:
      resetFeatureStateStatuses - A list of status responses
    • ResetFeatureStateResponse

      public ResetFeatureStateResponse(StreamInput in) throws
      Throws:
  • Method Details

    • getFeatureStateResetStatuses

      public <ResetFeatureStateResponse.ResetFeatureStateStatus> getFeatureStateResetStatuses()
      Returns:
      List of statuses for individual reset operations, one per feature that we tried to reset
    • 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:
    • writeTo

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

      public boolean equals( o)
      Overrides:
       in class 
    • hashCode

      public int hashCode()
      Overrides:
       in class 
    • toString

      public  toString()
      Overrides:
       in class