public static class CfReserveArgs.Builder extends Object
CfReserveArgs.| Modifier and Type | Method and Description |
|---|---|
static CfReserveArgs |
bucketSize(long bucketSize)
Creates a new
CfReserveArgs and sets the bucket size. |
static CfReserveArgs |
expansion(long expansion)
Creates a new
CfReserveArgs and sets the expansion rate of the filter. |
static CfReserveArgs |
maxIterations(long maxIterations)
Creates a new
CfReserveArgs and sets the max iterations. |
public static CfReserveArgs bucketSize(long bucketSize)
CfReserveArgs and sets the bucket size.CfReserveArgs with bucket size configured.public static CfReserveArgs maxIterations(long maxIterations)
CfReserveArgs and sets the max iterations.CfReserveArgs with max iterations configured.public static CfReserveArgs expansion(long expansion)
CfReserveArgs and sets the expansion rate of the filter.CfReserveArgs with expansion rate configured.Copyright © 2026 lettuce.io. All rights reserved.