Class HistogramGroupSource

java.lang.Object
org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource
org.elasticsearch.client.transform.transforms.pivot.HistogramGroupSource
All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public class HistogramGroupSource
extends SingleGroupSource
implements org.elasticsearch.common.xcontent.ToXContentObject
A grouping via a histogram aggregation referencing a numeric field
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  HistogramGroupSource.Builder  

    Nested classes/interfaces inherited from class org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource

    SingleGroupSource.Type

    Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

    org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected static org.elasticsearch.common.ParseField INTERVAL  

    Fields inherited from class org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource

    field, FIELD, script, SCRIPT

    Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Method Summary

    Modifier and Type Method Description
    static HistogramGroupSource.Builder builder()  
    boolean equals​(java.lang.Object other)  
    static HistogramGroupSource fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    double getInterval()  
    SingleGroupSource.Type getType()  
    int hashCode()  
    org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)  

    Methods inherited from class org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource

    getField, getScript, innerXContent

    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