Skip to content

Commit

Permalink
javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
noblepaul committed Apr 1, 2024
1 parent eed997d commit 5973a8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
* This implements a rate limiter with multiple named buckets
*/
public class BucketedQueryRateLimiter extends QueryRateLimiter implements SolrMetricProducer {
private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
import org.junit.BeforeClass;
import org.junit.Test;

/**
* A test for bucketed rate limiting
*/
public class TestBucketedRateLimit extends SolrCloudTestCase {

@BeforeClass
Expand Down

0 comments on commit 5973a8d

Please sign in to comment.