@Immutable @ThreadSafe public class RegexpBucketing extends Object implements Bucketing
| Constructor and Description |
|---|
RegexpBucketing(Collection<Pattern> patterns) |
| Modifier and Type | Method and Description |
|---|---|
Object |
bucket(javax.servlet.http.HttpServletRequest request)
Compute a identifier for the bucket in which this request needs to be
stored.
|
public RegexpBucketing(Collection<Pattern> patterns)
Copyright © 2019. All rights reserved.