| Constructor and Description |
|---|
CMSInfoValue(Map<String,Object> rawInfo)
Creates a new
CMSInfoValue. |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount()
Returns the count of the sketch.
|
Long |
getDepth()
Returns the depth of the sketch.
|
Map<String,Object> |
getRawInfo()
Returns the raw info map returned by the Redis server.
|
Long |
getWidth()
Returns the width of the sketch.
|
public CMSInfoValue(Map<String,Object> rawInfo)
CMSInfoValue.rawInfo - the map containing the values of the sketch as plain Object.public Map<String,Object> getRawInfo()
public Long getWidth()
public Long getDepth()
public Long getCount()
Copyright © 2026 lettuce.io. All rights reserved.