Class TransformDestIndexSettings

java.lang.Object
org.elasticsearch.xpack.core.transform.transforms.TransformDestIndexSettings
All Implemented Interfaces:
Diffable<TransformDestIndexSettings>, SimpleDiffable<TransformDestIndexSettings>, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class TransformDestIndexSettings extends Object implements SimpleDiffable<TransformDestIndexSettings>, Writeable, org.elasticsearch.xcontent.ToXContentObject
  • Field Details

    • MAPPINGS

      public static final org.elasticsearch.xcontent.ParseField MAPPINGS
    • SETTINGS

      public static final org.elasticsearch.xcontent.ParseField SETTINGS
    • ALIASES

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

  • Method Details

    • getMappings

      public Map<String,Object> getMappings()
    • getSettings

      public Settings getSettings()
    • getAliases

      public Set<Alias> getAliases()
    • 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
    • fromXContent

      public static TransformDestIndexSettings fromXContent(org.elasticsearch.xcontent.XContentParser parser)
    • writeTo

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object