Class PivotConfig
java.lang.Object
org.elasticsearch.client.transform.transforms.pivot.PivotConfig
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class PivotConfig extends java.lang.Object implements ToXContentObject
Class describing how to pivot data via
GroupConfig and AggregationConfig objects-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPivotConfig.BuilderNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
-
Method Summary
Modifier and Type Method Description static PivotConfig.Builderbuilder()booleanequals(java.lang.Object other)static PivotConfigfromXContent(XContentParser parser)AggregationConfiggetAggregationConfig()GroupConfiggetGroupConfig()java.lang.IntegergetMaxPageSearchSize()inthashCode()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)
-
Method Details
-
fromXContent
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
getAggregationConfig
-
getGroupConfig
-
getMaxPageSearchSize
public java.lang.Integer getMaxPageSearchSize() -
equals
public boolean equals(java.lang.Object other)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
builder
-