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 Object implements ToXContentObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSingleGroupSource.Type-
Nested 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 Stringfieldprotected static ParseFieldFIELD-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description SingleGroupSource(String field)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetField()abstract SingleGroupSource.TypegetType()inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
toXContent
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Field Detail
-
FIELD
protected static final ParseField FIELD
-
field
protected final String field
-
-
Constructor Detail
-
SingleGroupSource
public SingleGroupSource(String field)
-
-