| 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 | Field and Description |
|---|---|
protected ExternalSpillableMap.DiskMapType |
HoodieMergedLogRecordScanner.Builder.diskMapType |
| Modifier and Type | Method and Description |
|---|---|
HoodieMergedLogRecordScanner.Builder |
HoodieMergedLogRecordScanner.Builder.withDiskMapType(ExternalSpillableMap.DiskMapType diskMapType) |
| Constructor and Description |
|---|
HoodieMergedLogRecordScanner(org.apache.hadoop.fs.FileSystem fs,
String basePath,
List<String> logFilePaths,
org.apache.avro.Schema readerSchema,
String latestInstantTime,
Long maxMemorySizeInBytes,
boolean readBlocksLazily,
boolean reverseReader,
int bufferSize,
String spillableMapBasePath,
Option<InstantRange> instantRange,
ExternalSpillableMap.DiskMapType diskMapType,
boolean isBitCaskDiskMapCompressionEnabled,
boolean withOperationField,
boolean forceFullScan,
Option<String> partitionName,
InternalSchema internalSchema) |
| 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 |
|---|---|
HoodieMetadataMergedLogRecordReader.Builder |
HoodieMetadataMergedLogRecordReader.Builder.withDiskMapType(ExternalSpillableMap.DiskMapType diskMapType) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.