Skip to content

Commit

Permalink
Add javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
somandal committed Jan 30, 2025
1 parent 062419f commit e6225e5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
import org.slf4j.LoggerFactory;


/**
* Used to throttle the total concurrent startree index rebuilds that can happen on a given Pinot server.
* Code paths that do no need to rebuild the index or which don't happen on the server need not utilize this throttler.
*/
public class SegmentStarTreePreprocessThrottler implements PinotClusterConfigChangeListener {
private static final Logger LOGGER = LoggerFactory.getLogger(SegmentStarTreePreprocessThrottler.class);

Expand Down

0 comments on commit e6225e5

Please sign in to comment.