| Package | Description |
|---|---|
| org.apache.hudi.common.config | |
| org.apache.hudi.common.table.log | |
| org.apache.hudi.common.util.collection | |
| org.apache.hudi.metadata |
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<ExternalSpillableMap.DiskMapType> |
HoodieCommonConfig.SPILLABLE_DISK_MAP_TYPE |
| Modifier and Type | Method and Description |
|---|---|
ExternalSpillableMap.DiskMapType |
HoodieCommonConfig.getSpillableDiskMapType() |
| Modifier and Type | Method and Description |
|---|---|
HoodieCommonConfig.Builder |
HoodieCommonConfig.Builder.withSpillableDiskMapType(ExternalSpillableMap.DiskMapType diskMapType) |
| Modifier and Type | Method and Description |
|---|---|
HoodieMergedLogRecordScanner.Builder |
HoodieMergedLogRecordScanner.Builder.withDiskMapType(ExternalSpillableMap.DiskMapType diskMapType) |
| Modifier and Type | Method and Description |
|---|---|
static ExternalSpillableMap.DiskMapType |
ExternalSpillableMap.DiskMapType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalSpillableMap.DiskMapType[] |
ExternalSpillableMap.DiskMapType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ExternalSpillableMap(Long maxInMemorySizeInBytes,
String baseFilePath,
SizeEstimator<T> keySizeEstimator,
SizeEstimator<R> valueSizeEstimator,
ExternalSpillableMap.DiskMapType diskMapType) |
ExternalSpillableMap(Long maxInMemorySizeInBytes,
String baseFilePath,
SizeEstimator<T> keySizeEstimator,
SizeEstimator<R> valueSizeEstimator,
ExternalSpillableMap.DiskMapType diskMapType,
boolean isCompressionEnabled) |
| Modifier and Type | Method and Description |
|---|---|
HoodieMetadataLogRecordReader.Builder |
HoodieMetadataLogRecordReader.Builder.withDiskMapType(ExternalSpillableMap.DiskMapType diskMapType) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.