Class MigrateToDataTiersResponse

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class MigrateToDataTiersResponse extends ActionResponse implements org.elasticsearch.xcontent.ToXContentObject
  • Field Details

    • REMOVED_LEGACY_TEMPLATE

      public static final org.elasticsearch.xcontent.ParseField REMOVED_LEGACY_TEMPLATE
    • MIGRATED_INDICES

      public static final org.elasticsearch.xcontent.ParseField MIGRATED_INDICES
    • MIGRATED_ILM_POLICIES

      public static final org.elasticsearch.xcontent.ParseField MIGRATED_ILM_POLICIES
    • MIGRATED_LEGACY_TEMPLATES

      public static final org.elasticsearch.xcontent.ParseField MIGRATED_LEGACY_TEMPLATES
    • MIGRATED_COMPOSABLE_TEMPLATES

      public static final org.elasticsearch.xcontent.ParseField MIGRATED_COMPOSABLE_TEMPLATES
    • MIGRATED_COMPONENT_TEMPLATES

      public static final org.elasticsearch.xcontent.ParseField MIGRATED_COMPONENT_TEMPLATES
    • DRY_RUN

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

  • Method Details

    • 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
    • getRemovedIndexTemplateName

      public String getRemovedIndexTemplateName()
    • getMigratedPolicies

      public List<String> getMigratedPolicies()
    • getMigratedIndices

      public List<String> getMigratedIndices()
    • isDryRun

      public boolean isDryRun()
    • getMigratedLegacyTemplates

      public List<String> getMigratedLegacyTemplates()
    • getMigratedComposableTemplates

      public List<String> getMigratedComposableTemplates()
    • getMigratedComponentTemplates

      public List<String> getMigratedComponentTemplates()
    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object