T - the type of the bucket identifierpublic interface Bucketing<T>
| Modifier and Type | Method and Description |
|---|---|
T |
bucket(javax.servlet.http.HttpServletRequest request)
Compute a identifier for the bucket in which this request needs to be
stored.
|
T bucket(javax.servlet.http.HttpServletRequest request)
request - the request for which to compute the bucketCopyright © 2018. All rights reserved.