Uses of Class
org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
-
Packages that use InternalAdjacencyMatrix.InternalBucket Package Description org.elasticsearch.search.aggregations.bucket.adjacency -
-
Uses of InternalAdjacencyMatrix.InternalBucket in org.elasticsearch.search.aggregations.bucket.adjacency
Methods in org.elasticsearch.search.aggregations.bucket.adjacency that return InternalAdjacencyMatrix.InternalBucket Modifier and Type Method Description InternalAdjacencyMatrix.InternalBucketInternalAdjacencyMatrix. createBucket(InternalAggregations aggregations, InternalAdjacencyMatrix.InternalBucket prototype)InternalAdjacencyMatrix.InternalBucketInternalAdjacencyMatrix. getBucketByKey(String key)protected InternalAdjacencyMatrix.InternalBucketInternalAdjacencyMatrix. reduceBucket(List<InternalAdjacencyMatrix.InternalBucket> buckets, InternalAggregation.ReduceContext context)Methods in org.elasticsearch.search.aggregations.bucket.adjacency that return types with arguments of type InternalAdjacencyMatrix.InternalBucket Modifier and Type Method Description List<InternalAdjacencyMatrix.InternalBucket>InternalAdjacencyMatrix. getBuckets()Methods in org.elasticsearch.search.aggregations.bucket.adjacency with parameters of type InternalAdjacencyMatrix.InternalBucket Modifier and Type Method Description InternalAdjacencyMatrix.InternalBucketInternalAdjacencyMatrix. createBucket(InternalAggregations aggregations, InternalAdjacencyMatrix.InternalBucket prototype)Method parameters in org.elasticsearch.search.aggregations.bucket.adjacency with type arguments of type InternalAdjacencyMatrix.InternalBucket Modifier and Type Method Description InternalAdjacencyMatrixInternalAdjacencyMatrix. create(List<InternalAdjacencyMatrix.InternalBucket> buckets)protected InternalAdjacencyMatrix.InternalBucketInternalAdjacencyMatrix. reduceBucket(List<InternalAdjacencyMatrix.InternalBucket> buckets, InternalAggregation.ReduceContext context)Constructor parameters in org.elasticsearch.search.aggregations.bucket.adjacency with type arguments of type InternalAdjacencyMatrix.InternalBucket Constructor Description InternalAdjacencyMatrix(String name, List<InternalAdjacencyMatrix.InternalBucket> buckets, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)
-