public class IOUtils extends Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getMaxMemoryAllowedForMerge(TaskContextSupplier context,
String maxMemoryFraction)
Dynamic calculation of max memory to use for spillable map.
|
static long |
getMaxMemoryPerCompaction(TaskContextSupplier context,
HoodieConfig hoodieConfig) |
static long |
getMaxMemoryPerPartitionMerge(TaskContextSupplier context,
HoodieConfig hoodieConfig) |
public static long getMaxMemoryAllowedForMerge(TaskContextSupplier context, String maxMemoryFraction)
public static long getMaxMemoryPerPartitionMerge(TaskContextSupplier context, HoodieConfig hoodieConfig)
public static long getMaxMemoryPerCompaction(TaskContextSupplier context, HoodieConfig hoodieConfig)
Copyright © 2022 The Apache Software Foundation. All rights reserved.