@PublicAPIClass(maturity=EVOLVING) public interface EarlyConflictDetectionStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
detectAndResolveConflictIfNecessary()
Detects and resolves the write conflict if necessary.
|
boolean |
hasMarkerConflict() |
void |
resolveMarkerConflict(String basePath,
String partitionPath,
String dataFileName)
Resolves a write conflict.
|
void detectAndResolveConflictIfNecessary()
throws HoodieEarlyConflictDetectionException
boolean hasMarkerConflict()
Copyright © 2024 The Apache Software Foundation. All rights reserved.