T - public class HoodieRecordSizeEstimator<T> extends Object implements SizeEstimator<HoodieRecord<T>>
| Constructor and Description |
|---|
HoodieRecordSizeEstimator(org.apache.avro.Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
long |
sizeEstimate(HoodieRecord<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(HoodieRecord<T> hoodieRecord)
SizeEstimatorsizeEstimate in interface SizeEstimator<HoodieRecord<T>>Copyright © 2024 The Apache Software Foundation. All rights reserved.