Class DerivativePipelineAggregationBuilder
- java.lang.Object
-
- org.elasticsearch.search.aggregations.PipelineAggregationBuilder
-
- org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder<DerivativePipelineAggregationBuilder>
-
- org.elasticsearch.search.aggregations.pipeline.DerivativePipelineAggregationBuilder
-
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentFragment,BaseAggregationBuilder
public class DerivativePipelineAggregationBuilder extends AbstractPipelineAggregationBuilder<DerivativePipelineAggregationBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME-
Fields inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
BUCKETS_PATH_FIELD, metaData, type
-
Fields inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
bucketsPaths, name
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description DerivativePipelineAggregationBuilder(String name, String bucketsPath)DerivativePipelineAggregationBuilder(StreamInput in)Read from a stream.
-
Method Summary
-
Methods inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
create, getType, overrideBucketsPath, setMetaData, toXContent, type, validate, validateSequentiallyOrderedParentAggs, writeTo
-
Methods inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
getBucketsPaths, getName, subAggregations, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DerivativePipelineAggregationBuilder
public DerivativePipelineAggregationBuilder(String name, String bucketsPath)
-
DerivativePipelineAggregationBuilder
public DerivativePipelineAggregationBuilder(StreamInput in) throws IOException
Read from a stream.- Throws:
IOException
-
-
Method Detail
-
doWriteTo
protected void doWriteTo(StreamOutput out) throws IOException
- Specified by:
doWriteToin classAbstractPipelineAggregationBuilder<DerivativePipelineAggregationBuilder>- Throws:
IOException
-
format
public DerivativePipelineAggregationBuilder format(String format)
-
format
public String format()
-
gapPolicy
public DerivativePipelineAggregationBuilder gapPolicy(BucketHelpers.GapPolicy gapPolicy)
-
gapPolicy
public BucketHelpers.GapPolicy gapPolicy()
-
unit
public DerivativePipelineAggregationBuilder unit(String units)
-
unit
public DerivativePipelineAggregationBuilder unit(DateHistogramInterval units)
-
unit
public String unit()
-
createInternal
protected PipelineAggregator createInternal(Map<String,Object> metaData)
- Specified by:
createInternalin classAbstractPipelineAggregationBuilder<DerivativePipelineAggregationBuilder>
-
doValidate
public void doValidate(AggregatorFactory parent, Collection<AggregationBuilder> aggFactories, Collection<PipelineAggregationBuilder> pipelineAggregatoractories)
- Overrides:
doValidatein classAbstractPipelineAggregationBuilder<DerivativePipelineAggregationBuilder>
-
internalXContent
protected XContentBuilder internalXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
- Specified by:
internalXContentin classAbstractPipelineAggregationBuilder<DerivativePipelineAggregationBuilder>- Throws:
IOException
-
parse
public static DerivativePipelineAggregationBuilder parse(String pipelineAggregatorName, XContentParser parser) throws IOException
- Throws:
IOException
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classAbstractPipelineAggregationBuilder<DerivativePipelineAggregationBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractPipelineAggregationBuilder<DerivativePipelineAggregationBuilder>
-
getWriteableName
public String getWriteableName()
Description copied from interface:NamedWriteableReturns the name of the writeable object
-
-