public class SizeBasedSplitWeightProvider extends Object implements HiveSplitWeightProvider
| Constructor and Description |
|---|
SizeBasedSplitWeightProvider(double minimumWeight,
io.airlift.units.DataSize targetSplitSize) |
| Modifier and Type | Method and Description |
|---|---|
SplitWeight |
weightForSplitSizeInBytes(long splitSizeInBytes) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waituniformStandardWeightProviderpublic SizeBasedSplitWeightProvider(double minimumWeight,
io.airlift.units.DataSize targetSplitSize)
public SplitWeight weightForSplitSizeInBytes(long splitSizeInBytes)
weightForSplitSizeInBytes in interface HiveSplitWeightProviderCopyright © 2012–2023. All rights reserved.