Class CleanupRepositoryResponse

org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.action.admin.cluster.repositories.cleanup.CleanupRepositoryResponse
All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject, org.elasticsearch.core.RefCounted

public final class CleanupRepositoryResponse extends ActionResponse implements org.elasticsearch.common.xcontent.ToXContentObject
  • Constructor Details

    • CleanupRepositoryResponse

      public CleanupRepositoryResponse()
    • CleanupRepositoryResponse

      public CleanupRepositoryResponse(RepositoryCleanupResult result)
    • CleanupRepositoryResponse

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

    • result

      public RepositoryCleanupResult result()
    • writeTo

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

      public static CleanupRepositoryResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser)
    • 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: