| Package | Description |
|---|---|
| org.apache.hudi.common.data | |
| org.apache.hudi.common.engine |
| Modifier and Type | Method and Description |
|---|---|
static HoodieData.HoodieDataCacheKey |
HoodieData.HoodieDataCacheKey.of(String basePath,
String instantTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieData.persist(String level,
HoodieEngineContext engineContext,
HoodieData.HoodieDataCacheKey cacheKey)
Persists the data w/ provided
level (if applicable), and cache the data's ids within the engineContext. |
void |
HoodieListData.persist(String level,
HoodieEngineContext engineContext,
HoodieData.HoodieDataCacheKey cacheKey) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Integer> |
HoodieEngineContext.getCachedDataIds(HoodieData.HoodieDataCacheKey cacheKey) |
List<Integer> |
HoodieLocalEngineContext.getCachedDataIds(HoodieData.HoodieDataCacheKey cacheKey) |
abstract void |
HoodieEngineContext.putCachedDataIds(HoodieData.HoodieDataCacheKey cacheKey,
int... ids) |
void |
HoodieLocalEngineContext.putCachedDataIds(HoodieData.HoodieDataCacheKey cacheKey,
int... ids) |
abstract List<Integer> |
HoodieEngineContext.removeCachedDataIds(HoodieData.HoodieDataCacheKey cacheKey) |
List<Integer> |
HoodieLocalEngineContext.removeCachedDataIds(HoodieData.HoodieDataCacheKey cacheKey) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.