| Constructor and Description |
|---|
CfInfoValue(Map<String,Object> rawInfo) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBucketSize()
Returns the bucket size of the filter.
|
Long |
getExpansionRate()
Returns the expansion rate of the filter.
|
Long |
getMaxIterations()
Returns the maximum number of iterations when inserting items into the filter.
|
Long |
getNumberOfBuckets()
Returns the number of buckets in the filter.
|
Long |
getNumberOfFilters()
Returns the number of sub-filters in the filter.
|
Long |
getNumberOfItemsDeleted()
Returns the number of items deleted from 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 getSize()
public Long getNumberOfBuckets()
public Long getNumberOfFilters()
public Long getNumberOfItemsInserted()
public Long getNumberOfItemsDeleted()
public Long getBucketSize()
public Long getExpansionRate()
public Long getMaxIterations()
Copyright © 2026 lettuce.io. All rights reserved.