public class EngineBroadcastManager extends Object implements Serializable
| Constructor and Description |
|---|
EngineBroadcastManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
prepareAndBroadcast()
Prepares and broadcasts necessary information needed by compactor.
|
Option<HoodieReaderContext> |
retrieveFileGroupReaderContext(StoragePath basePath)
Returns the
HoodieReaderContext instance needed by the file group reader based on
the broadcast variables. |
Option<org.apache.hadoop.conf.Configuration> |
retrieveStorageConfig()
Retrieves the broadcast configuration.
|
public void prepareAndBroadcast()
public Option<HoodieReaderContext> retrieveFileGroupReaderContext(StoragePath basePath)
HoodieReaderContext instance needed by the file group reader based on
the broadcast variables.basePath - Table base pathpublic Option<org.apache.hadoop.conf.Configuration> retrieveStorageConfig()
Copyright © 2024 The Apache Software Foundation. All rights reserved.