| Constructor and Description |
|---|
TopKInfoValue(Map<String,Object> rawInfo) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDecay()
Returns the probability of an item to be retained.
|
Long |
getDepth()
Returns the number of hash arrays.
|
Long |
getK()
Returns the number of top items to keep.
|
Map<String,Object> |
getRawInfo()
Returns the raw info map returned by the Redis server.
|
Long |
getWidth()
Returns the number of counters per array (buckets).
|
public Map<String,Object> getRawInfo()
public Long getK()
public Long getWidth()
public Long getDepth()
public Double getDecay()
Copyright © 2026 lettuce.io. All rights reserved.