T - public class HoodieRecordSizeEstimator<T> extends Object implements SizeEstimator<T>
| Constructor and Description |
|---|
HoodieRecordSizeEstimator(org.apache.avro.Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
long |
sizeEstimate(T hoodieRecord)
This method is used to estimate the size of a payload in memory.
|
public HoodieRecordSizeEstimator(org.apache.avro.Schema schema)
public long sizeEstimate(T hoodieRecord)
SizeEstimatorsizeEstimate in interface SizeEstimator<T>Copyright © 2024 The Apache Software Foundation. All rights reserved.