public class TDigestInfoValue extends Object
| Constructor and Description |
|---|
TDigestInfoValue(Map<String,Object> rawInfo)
Creates a new
TDigestInfoValue. |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCapacity()
Returns the size of the buffer.
|
Long |
getCompression()
Returns the compression of the sketch.
|
Long |
getMemoryUsage()
Returns the number of bytes allocated for the sketch.
|
Long |
getMergedNodes()
Returns the number of merged observations.
|
Long |
getMergedWeight()
Returns the weight of values of the merged nodes.
|
Long |
getObservations()
Returns the number of observations added to the sketch.
|
Map<String,Object> |
getRawInfo()
Returns the raw info map returned by the Redis server.
|
Long |
getTotalCompressions()
Returns the number of times this sketch compressed data together.
|
Long |
getUnmergedNodes()
Returns the number of buffered nodes (uncompressed observations).
|
Long |
getUnmergedWeight()
Returns the weight of values of the unmerged nodes (uncompressed observations).
|
public TDigestInfoValue(Map<String,Object> rawInfo)
TDigestInfoValue.rawInfo - the map containing the values of the sketch as plain Object.public Map<String,Object> getRawInfo()
public Long getCompression()
public Long getCapacity()
public Long getMergedNodes()
public Long getUnmergedNodes()
public Long getMergedWeight()
public Long getUnmergedWeight()
public Long getObservations()
public Long getTotalCompressions()
public Long getMemoryUsage()
Copyright © 2026 lettuce.io. All rights reserved.