Class BucketUtils


  • public final class BucketUtils
    extends Object
    Helper functions for common Bucketing functions
    • Method Detail

      • suggestShardSideQueueSize

        public static int suggestShardSideQueueSize​(int finalSize)
        Heuristic used to determine the size of shard-side PriorityQueues when selecting the top N terms from a distributed index.
        Parameters:
        finalSize - The number of terms required in the final reduce phase.
        Returns:
        A suggested default for the size of any shard-side PriorityQueues