| Constructor and Description |
|---|
BaseHoodieTableFileIndex(HoodieEngineContext engineContext,
HoodieTableMetaClient metaClient,
TypedProperties configProperties,
HoodieTableQueryType queryType,
List<StoragePath> queryPaths,
Option<String> specifiedQueryInstant,
boolean shouldIncludePendingCommits,
boolean shouldValidateInstant,
BaseHoodieTableFileIndex.FileStatusCache fileStatusCache,
boolean shouldListLazily,
Option<String> beginInstantTime,
Option<String> endInstantTime) |
| Modifier and Type | Field and Description |
|---|---|
protected TypedProperties |
HoodieConfig.props |
| Modifier and Type | Method and Description |
|---|---|
static TypedProperties |
TypedProperties.fromMap(Map<?,?> items)
This method is introduced to get rid of the scala compile error:
|
TypedProperties |
LockConfiguration.getConfig() |
TypedProperties |
PropertiesConfig.getGlobalProperties()
return any global properties for the filesystem
|
TypedProperties |
HoodieConfig.getProps() |
TypedProperties |
HoodieConfig.getProps(boolean includeGlobalProps) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TypedProperties.putAll(TypedProperties props,
Map<?,?> items)
This method is introduced to get rid of the scala compile error:
|
| Constructor and Description |
|---|
HoodieConfig(TypedProperties props) |
| Modifier and Type | Method and Description |
|---|---|
Option<Pair<HoodieRecord,org.apache.avro.Schema>> |
HoodiePreCombineAvroRecordMerger.merge(HoodieRecord older,
org.apache.avro.Schema oldSchema,
HoodieRecord newer,
org.apache.avro.Schema newSchema,
TypedProperties props) |
Option<Pair<HoodieRecord,org.apache.avro.Schema>> |
HoodieAvroRecordMerger.merge(HoodieRecord older,
org.apache.avro.Schema oldSchema,
HoodieRecord newer,
org.apache.avro.Schema newSchema,
TypedProperties props) |
Option<Pair<HoodieRecord,org.apache.avro.Schema>> |
HoodieRecordMerger.merge(HoodieRecord older,
org.apache.avro.Schema oldSchema,
HoodieRecord newer,
org.apache.avro.Schema newSchema,
TypedProperties props)
This method converges combineAndGetUpdateValue and precombine from HoodiePayload.
|
| Modifier and Type | Method and Description |
|---|---|
static TypedProperties |
HoodieTableConfig.fetchConfigs(HoodieStorage storage,
String metaPath) |
| Modifier and Type | Method and Description |
|---|---|
protected TypedProperties |
AbstractHoodieLogRecordReader.getPayloadProps() |
| Modifier and Type | Method and Description |
|---|---|
static TypedProperties |
ConfigUtils.loadGlobalProperties() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConfigUtils.checkRequiredConfigProperties(TypedProperties props,
List<ConfigProperty<?>> configPropertyList)
Validates that all
ConfigProperty configs exist in the properties. |
static void |
ConfigUtils.checkRequiredProperties(TypedProperties props,
List<String> checkPropNames)
Validates that config String keys exist in the properties.
|
static boolean |
ConfigUtils.containsConfigProperty(TypedProperties props,
ConfigProperty<?> configProperty)
Whether the properties contain a config.
|
static Map<String,Object> |
ConfigUtils.filterProperties(TypedProperties props,
List<ConfigProperty<String>> configPropertyList)
Returns filtered properties based on the given
ConfigProperty config list to keep. |
static int |
ConfigUtils.getIntWithAltKeys(TypedProperties props,
ConfigProperty<?> configProperty)
Gets the integer value for a
ConfigProperty config from properties. |
static long |
ConfigUtils.getLongWithAltKeys(TypedProperties props,
ConfigProperty<Long> configProperty)
Gets the long value for a
ConfigProperty config from properties. |
static String |
ConfigUtils.getStringWithAltKeys(TypedProperties props,
ConfigProperty<?> configProperty,
String defaultValue)
Gets the String value for a
ConfigProperty config from properties. |
static String |
ConfigUtils.getStringWithAltKeys(TypedProperties props,
ConfigProperty<String> configProperty)
Gets the String value for a
ConfigProperty config from properties. |
static String |
ConfigUtils.getStringWithAltKeys(TypedProperties props,
ConfigProperty<String> configProperty,
boolean useDefaultValue)
Gets the String value for a
ConfigProperty config from properties. |
static String |
ConfigUtils.getStringWithAltKeys(TypedProperties props,
String key,
String altKey,
String defaultValue)
Gets String value from properties with alternative keys.
|
static void |
ConfigUtils.removeConfigFromProps(TypedProperties props,
ConfigProperty<?> configProperty)
Removes a
ConfigProperty config from properties. |
| Modifier and Type | Field and Description |
|---|---|
protected TypedProperties |
KeyGenerator.config |
| Constructor and Description |
|---|
BaseKeyGenerator(TypedProperties config) |
KeyGenerator(TypedProperties config) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.