Class PivotConfig
- java.lang.Object
-
- org.elasticsearch.client.dataframe.transforms.pivot.PivotConfig
-
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class PivotConfig extends java.lang.Object implements ToXContentObject
Class describing how to pivot data viaGroupConfigandAggregationConfigobjects
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPivotConfig.Builder-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
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)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Method Detail
-
fromXContent
public static PivotConfig fromXContent(XContentParser parser)
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
getAggregationConfig
public AggregationConfig getAggregationConfig()
-
getGroupConfig
public GroupConfig 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
public static PivotConfig.Builder builder()
-
-