Class SettingsConfig

java.lang.Object
org.elasticsearch.client.transform.transforms.SettingsConfig
All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public class SettingsConfig extends Object implements org.elasticsearch.common.xcontent.ToXContentObject
  • Method Details

    • fromXContent

      public static SettingsConfig 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 IOException
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Throws:
      IOException
    • getMaxPageSearchSize

      public Integer getMaxPageSearchSize()
    • getDocsPerSecond

      public Float getDocsPerSecond()
    • getDatesAsEpochMillis

      public Boolean getDatesAsEpochMillis()
    • getAlignCheckpoints

      public Boolean getAlignCheckpoints()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • builder

      public static SettingsConfig.Builder builder()