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 java.lang.Object
implements org.elasticsearch.common.xcontent.ToXContentObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSettingsConfig.Builder -
Field Summary
-
Method Summary
Modifier and Type Method Description static SettingsConfig.Builderbuilder()booleanequals(java.lang.Object other)static SettingsConfigfromXContent(org.elasticsearch.common.xcontent.XContentParser parser)java.lang.FloatgetDocsPerSecond()java.lang.IntegergetMaxPageSearchSize()inthashCode()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
-
Method Details
-
fromXContent
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
java.io.IOException
-
getMaxPageSearchSize
public java.lang.Integer getMaxPageSearchSize() -
getDocsPerSecond
public java.lang.Float getDocsPerSecond() -
equals
public boolean equals(java.lang.Object other)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
builder
-