public static class CfInsertArgs.Builder extends Object
CfInsertArgs.| Modifier and Type | Method and Description |
|---|---|
static CfInsertArgs |
capacity(long capacity)
Creates a new
CfInsertArgs and sets the desired capacity of the filter. |
static CfInsertArgs |
defaults()
Creates a new
CfInsertArgs with default settings. |
static CfInsertArgs |
noCreate()
Creates a new
CfInsertArgs and sets the no create flag. |
public static CfInsertArgs capacity(long capacity)
CfInsertArgs and sets the desired capacity of the filter.CfInsertArgs with capacity configured.public static CfInsertArgs noCreate()
CfInsertArgs and sets the no create flag.CfInsertArgs with no create flag configured.public static CfInsertArgs defaults()
CfInsertArgs with default settings.CfInsertArgs with default settings.Copyright © 2026 lettuce.io. All rights reserved.