| Package | Description |
|---|---|
| org.apache.hudi.common.table.log |
| Modifier and Type | Field and Description |
|---|---|
protected Option<InstantRange> |
HoodieMergedLogRecordScanner.Builder.instantRange |
| Modifier and Type | Method and Description |
|---|---|
InstantRange |
InstantRange.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
AbstractHoodieLogRecordReader.Builder |
AbstractHoodieLogRecordReader.Builder.withInstantRange(Option<InstantRange> instantRange) |
HoodieMergedLogRecordScanner.Builder |
HoodieMergedLogRecordScanner.Builder.withInstantRange(Option<InstantRange> instantRange) |
HoodieUnMergedLogRecordScanner.Builder |
HoodieUnMergedLogRecordScanner.Builder.withInstantRange(Option<InstantRange> instantRange) |
| Constructor and Description |
|---|
AbstractHoodieLogRecordReader(org.apache.hadoop.fs.FileSystem fs,
String basePath,
List<String> logFilePaths,
org.apache.avro.Schema readerSchema,
String latestInstantTime,
boolean readBlocksLazily,
boolean reverseReader,
int bufferSize,
Option<InstantRange> instantRange,
boolean withOperationField) |
AbstractHoodieLogRecordReader(org.apache.hadoop.fs.FileSystem fs,
String basePath,
List<String> logFilePaths,
org.apache.avro.Schema readerSchema,
String latestInstantTime,
boolean readBlocksLazily,
boolean reverseReader,
int bufferSize,
Option<InstantRange> instantRange,
boolean withOperationField,
boolean forceFullScan,
Option<String> partitionName,
InternalSchema internalSchema) |
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) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.