| Constructor and Description |
|---|
BfInfoValue(Map<String,Object> rawInfo) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCapacity()
Returns the maximum number of items that can be inserted into the filter.
|
Long |
getExpansionRate()
Returns the expansion rate of the filter.
|
Long |
getNumberOfFilters()
Returns the number of filters in the filter.
|
Long |
getNumberOfItemsInserted()
Returns the number of items inserted into the filter.
|
Map<String,Object> |
getRawInfo()
Returns the raw info map returned by the Redis server.
|
Long |
getSize()
Returns the current size of the filter in bytes.
|
public Map<String,Object> getRawInfo()
public Long getCapacity()
public Long getSize()
public Long getNumberOfFilters()
public Long getNumberOfItemsInserted()
public Long getExpansionRate()
Copyright © 2026 lettuce.io. All rights reserved.