public static class BucketConfig.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BucketConfig |
build()
Builds a new
BucketConfig. |
BucketConfig.Builder |
withBuckets(long[] buckets)
Sets the buckets to be used.
|
BucketConfig.Builder |
withTimeUnit(java.util.concurrent.TimeUnit timeUnit)
Sets the timeUnit for the buckets.
|
public BucketConfig.Builder withTimeUnit(java.util.concurrent.TimeUnit timeUnit)
public BucketConfig.Builder withBuckets(long[] buckets)
public BucketConfig build()
BucketConfig.