Interface IMultiBucketAggregationResult<T extends Serializable>

    • Method Detail

      • getBucket

        IMultiBucketAggregationResult.IBucket<T> getBucket​(T bucketKey)
        Returns the bucket with the given identifier or null if there's no such bucket.
        Parameters:
        bucketKey - the bucket identifier.
        Returns:
        the bucket with the given identifier or null if there's no such bucket.
        Since:
        9.0.0