public class ArchivalUtils extends Object
| Constructor and Description |
|---|
ArchivalUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Pair<Integer,Integer> |
getMinAndMaxInstantsToKeep(HoodieTable<?,?,?,?> table,
HoodieTableMetaClient metaClient)
getMinAndMaxInstantsToKeep is used by archival service to find the
min instants and max instants to keep in the active timeline
|
public static Pair<Integer,Integer> getMinAndMaxInstantsToKeep(HoodieTable<?,?,?,?> table, HoodieTableMetaClient metaClient)
table - table implementation extending org.apache.hudi.table.HoodieTablemetaClient - meta clientCopyright © 2024 The Apache Software Foundation. All rights reserved.