T - public interface SizeEstimator<T>
| Modifier and Type | Method and Description |
|---|---|
long |
sizeEstimate(T t)
This method is used to estimate the size of a payload in memory.
|
long sizeEstimate(T t)
Copyright © 2024 The Apache Software Foundation. All rights reserved.