public class InternalAdjacencyMatrix extends InternalMultiBucketAggregation<InternalAdjacencyMatrix,InternalAdjacencyMatrix.InternalBucket> implements AdjacencyMatrix
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalAdjacencyMatrix.InternalBucket |
InternalAggregation.ReduceContextAdjacencyMatrix.BucketAggregation.CommonFieldsToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>metaData, nameTYPED_KEYS_DELIMITEREMPTY_PARAMS| Constructor and Description |
|---|
InternalAdjacencyMatrix(StreamInput in)
Read from a stream.
|
InternalAdjacencyMatrix(java.lang.String name,
java.util.List<InternalAdjacencyMatrix.InternalBucket> buckets,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData) |
getPropertygetMetaData, getName, getProperty, getType, pipelineAggregators, readSize, reduce, toXContent, writeSize, writeToclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetaData, getName, getTypeisFragment, toXContentpublic InternalAdjacencyMatrix(java.lang.String name,
java.util.List<InternalAdjacencyMatrix.InternalBucket> buckets,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData)
public InternalAdjacencyMatrix(StreamInput in) throws java.io.IOException
java.io.IOExceptionprotected void doWriteTo(StreamOutput out) throws java.io.IOException
doWriteTo in class InternalAggregationjava.io.IOExceptionpublic java.lang.String getWriteableName()
NamedWriteablegetWriteableName in interface NamedWriteablepublic InternalAdjacencyMatrix create(java.util.List<InternalAdjacencyMatrix.InternalBucket> buckets)
InternalMultiBucketAggregationAggregation with the same settings as
this Aggregation and contains the provided buckets.create in class InternalMultiBucketAggregation<InternalAdjacencyMatrix,InternalAdjacencyMatrix.InternalBucket>buckets - the buckets to use in the new AggregationAggregationpublic InternalAdjacencyMatrix.InternalBucket createBucket(InternalAggregations aggregations, InternalAdjacencyMatrix.InternalBucket prototype)
InternalMultiBucketAggregationInternalMultiBucketAggregation.InternalBucket using the provided prototype bucket
and aggregations.createBucket in class InternalMultiBucketAggregation<InternalAdjacencyMatrix,InternalAdjacencyMatrix.InternalBucket>aggregations - the aggregations for the new bucketprototype - the bucket to use as a prototypepublic java.util.List<InternalAdjacencyMatrix.InternalBucket> getBuckets()
AdjacencyMatrixgetBuckets in interface AdjacencyMatrixgetBuckets in interface MultiBucketsAggregationgetBuckets in class InternalMultiBucketAggregation<InternalAdjacencyMatrix,InternalAdjacencyMatrix.InternalBucket>public InternalAdjacencyMatrix.InternalBucket getBucketByKey(java.lang.String key)
getBucketByKey in interface AdjacencyMatrixpublic InternalAggregation doReduce(java.util.List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)
doReduce in class InternalAggregationpublic XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
doXContentBody in class InternalAggregationjava.io.IOException