Class SingleGroupSource
java.lang.Object
org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource
- All Implemented Interfaces:
ToXContent,ToXContentObject
- Direct Known Subclasses:
DateHistogramGroupSource,HistogramGroupSource,TermsGroupSource
public abstract class SingleGroupSource extends java.lang.Object implements ToXContentObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSingleGroupSource.TypeNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringfieldprotected static ParseFieldFIELD -
Constructor Summary
Constructors Constructor Description SingleGroupSource(java.lang.String field) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetField()abstract SingleGroupSource.TypegetType()inthashCode()
-
Field Details
-
Constructor Details
-
SingleGroupSource
public SingleGroupSource(java.lang.String field)
-
-
Method Details