public static class TimelineDiffHelper.TimelineDiffResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static TimelineDiffHelper.TimelineDiffResult |
UNSAFE_SYNC_RESULT |
| Constructor and Description |
|---|
TimelineDiffResult(List<HoodieInstant> newlySeenInstants,
List<HoodieInstant> finishedCompactionInstants,
List<HoodieInstant> finishedOrRemovedLogCompactionInstants,
boolean canSyncIncrementally) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSyncIncrementally() |
List<HoodieInstant> |
getFinishedCompactionInstants() |
List<HoodieInstant> |
getFinishedOrRemovedLogCompactionInstants() |
List<HoodieInstant> |
getNewlySeenInstants() |
String |
toString() |
public static final TimelineDiffHelper.TimelineDiffResult UNSAFE_SYNC_RESULT
public TimelineDiffResult(List<HoodieInstant> newlySeenInstants, List<HoodieInstant> finishedCompactionInstants, List<HoodieInstant> finishedOrRemovedLogCompactionInstants, boolean canSyncIncrementally)
public List<HoodieInstant> getNewlySeenInstants()
public List<HoodieInstant> getFinishedCompactionInstants()
public List<HoodieInstant> getFinishedOrRemovedLogCompactionInstants()
public boolean canSyncIncrementally()
Copyright © 2024 The Apache Software Foundation. All rights reserved.