public static class TopKReserveArgs.Builder extends Object
TopKReserveArgs.| Modifier and Type | Method and Description |
|---|---|
static TopKReserveArgs |
decay(double decay)
Creates a new
TopKReserveArgs and sets the decay of the filter. |
static TopKReserveArgs |
depth(long depth)
Creates a new
TopKReserveArgs and sets the depth of the filter. |
static TopKReserveArgs |
width(long width)
Creates a new
TopKReserveArgs and sets the width of the filter. |
public static TopKReserveArgs width(long width)
TopKReserveArgs and sets the width of the filter.TopKReserveArgs with width configured.public static TopKReserveArgs depth(long depth)
TopKReserveArgs and sets the depth of the filter.TopKReserveArgs with depth configured.public static TopKReserveArgs decay(double decay)
TopKReserveArgs and sets the decay of the filter.TopKReserveArgs with decay configured.Copyright © 2026 lettuce.io. All rights reserved.