Class SingleGroupSource
java.lang.Object
org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource
- All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
- Direct Known Subclasses:
DateHistogramGroupSource,GeoTileGroupSource,HistogramGroupSource,TermsGroupSource
public abstract class SingleGroupSource
extends Object
implements org.elasticsearch.xcontent.ToXContentObject
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected static final org.elasticsearch.xcontent.ParseFieldprotected static final org.elasticsearch.xcontent.ParseFieldprotected final booleanprotected final Scriptprotected static final org.elasticsearch.xcontent.ParseFieldFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetField()booleanabstract SingleGroupSource.TypegetType()inthashCode()protected voidinnerXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContent
toXContentMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
FIELD
protected static final org.elasticsearch.xcontent.ParseField FIELD -
SCRIPT
protected static final org.elasticsearch.xcontent.ParseField SCRIPT -
MISSING_BUCKET
protected static final org.elasticsearch.xcontent.ParseField MISSING_BUCKET -
field
-
script
-
missingBucket
protected final boolean missingBucket
-
-
Constructor Details
-
SingleGroupSource
-
-
Method Details
-
getType
-
getField
-
getScript
-
getMissingBucket
public boolean getMissingBucket() -
innerXContent
protected void innerXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-